bpo-30670: Add pp function to the pprint module (GH-11769)

This commit is contained in:
Rémi Lapeyre 2019-03-22 18:22:20 +01:00 committed by Raymond Hettinger
parent c5c6cdada3
commit 96831c7fcf
5 changed files with 84 additions and 35 deletions

View file

@ -180,15 +180,15 @@ library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
library/pprint,,::,"'Programming Language :: Python :: 2.6',"
library/pprint,,::,"'Programming Language :: Python :: 2.7',"
library/pprint,225,::,"'classifiers': ['Development Status :: 3 - Alpha',"
library/pprint,225,::,"'Intended Audience :: Developers',"
library/pprint,225,::,"'License :: OSI Approved :: MIT License',"
library/pprint,225,::,"'Programming Language :: Python :: 2',"
library/pprint,225,::,"'Programming Language :: Python :: 3',"
library/pprint,225,::,"'Programming Language :: Python :: 3.2',"
library/pprint,225,::,"'Programming Language :: Python :: 3.3',"
library/pprint,225,::,"'Programming Language :: Python :: 3.4',"
library/pprint,225,::,"'Topic :: Software Development :: Build Tools'],"
library/pprint,,::,"'classifiers': ['Development Status :: 3 - Alpha',"
library/pprint,,::,"'Intended Audience :: Developers',"
library/pprint,,::,"'License :: OSI Approved :: MIT License',"
library/pprint,,::,"'Programming Language :: Python :: 2',"
library/pprint,,::,"'Programming Language :: Python :: 3',"
library/pprint,,::,"'Programming Language :: Python :: 3.2',"
library/pprint,,::,"'Programming Language :: Python :: 3.3',"
library/pprint,,::,"'Programming Language :: Python :: 3.4',"
library/pprint,,::,"'Topic :: Software Development :: Build Tools'],"
library/profile,,:lineno,filename:lineno(function)
library/pyexpat,,:elem1,<py:elem1 />
library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
180 library/posix ` CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
181 library/pprint :: 'Programming Language :: Python :: 2.6',
182 library/pprint :: 'Programming Language :: Python :: 2.7',
183 library/pprint 225 :: 'classifiers': ['Development Status :: 3 - Alpha',
184 library/pprint 225 :: 'Intended Audience :: Developers',
185 library/pprint 225 :: 'License :: OSI Approved :: MIT License',
186 library/pprint 225 :: 'Programming Language :: Python :: 2',
187 library/pprint 225 :: 'Programming Language :: Python :: 3',
188 library/pprint 225 :: 'Programming Language :: Python :: 3.2',
189 library/pprint 225 :: 'Programming Language :: Python :: 3.3',
190 library/pprint 225 :: 'Programming Language :: Python :: 3.4',
191 library/pprint 225 :: 'Topic :: Software Development :: Build Tools'],
192 library/profile :lineno filename:lineno(function)
193 library/pyexpat :elem1 <py:elem1 />
194 library/pyexpat :py xmlns:py = "http://www.python.org/ns/">