mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Updated pprint examples in according to issue #19105.
This commit is contained in:
parent
a4c6badfdd
commit
fcfcf853cf
@ -235,10 +235,10 @@ In its basic form, :func:`pprint` shows the whole object::
|
||||
'classifiers': ['Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 2 :: Only'],
|
||||
'description': 'An extensible framework for Python programming, '
|
||||
'with special focus\r\n'
|
||||
'on event-based network programming and '
|
||||
'multiprotocol integration.',
|
||||
'description': 'An extensible framework for Python programming, with '
|
||||
'special focus\r\n'
|
||||
'on event-based network programming and multiprotocol '
|
||||
'integration.',
|
||||
'docs_url': '',
|
||||
'download_url': 'UNKNOWN',
|
||||
'home_page': 'http://twistedmatrix.com/',
|
||||
@ -288,10 +288,10 @@ contents)::
|
||||
'cheesecake_documentation_id': None,
|
||||
'cheesecake_installability_id': None,
|
||||
'classifiers': [...],
|
||||
'description': 'An extensible framework for Python programming, '
|
||||
'with special focus\r\n'
|
||||
'on event-based network programming and '
|
||||
'multiprotocol integration.',
|
||||
'description': 'An extensible framework for Python programming, with '
|
||||
'special focus\r\n'
|
||||
'on event-based network programming and multiprotocol '
|
||||
'integration.',
|
||||
'docs_url': '',
|
||||
'download_url': 'UNKNOWN',
|
||||
'home_page': 'http://twistedmatrix.com/',
|
||||
@ -323,13 +323,12 @@ cannot be split, the specified width will be exceeded::
|
||||
'cheesecake_installability_id': None,
|
||||
'classifiers': [...],
|
||||
'description': 'An extensible '
|
||||
'framework for '
|
||||
'Python programming, '
|
||||
'with special '
|
||||
'focus\r\n'
|
||||
'on event-based '
|
||||
'network programming '
|
||||
'and multiprotocol '
|
||||
'framework for Python '
|
||||
'programming, with '
|
||||
'special focus\r\n'
|
||||
'on event-based network '
|
||||
'programming and '
|
||||
'multiprotocol '
|
||||
'integration.',
|
||||
'docs_url': '',
|
||||
'download_url': 'UNKNOWN',
|
||||
@ -344,8 +343,8 @@ cannot be split, the specified width will be exceeded::
|
||||
'release_url': 'http://pypi.python.org/pypi/Twisted/12.3.0',
|
||||
'requires_python': None,
|
||||
'stable_version': None,
|
||||
'summary': 'An asynchronous '
|
||||
'networking framework '
|
||||
'written in Python',
|
||||
'summary': 'An asynchronous networking '
|
||||
'framework written in '
|
||||
'Python',
|
||||
'version': '12.3.0'},
|
||||
'urls': [{...}, {...}]}
|
||||
|
Loading…
Reference in New Issue
Block a user