Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fcfcf853
Commit
fcfcf853
authored
Apr 05, 2015
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated pprint examples in according to issue #19105.
parent
a4c6badf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
+17
-18
Doc/library/pprint.rst
Doc/library/pprint.rst
+17
-18
No files found.
Doc/library/pprint.rst
View file @
fcfcf853
...
@@ -235,10 +235,10 @@ In its basic form, :func:`pprint` shows the whole object::
...
@@ -235,10 +235,10 @@ In its basic form, :func:`pprint` shows the whole object::
'classifiers': ['Programming Language :: Python :: 2.6',
'classifiers': ['Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only'],
'Programming Language :: Python :: 2 :: Only'],
'description': 'An extensible framework for Python programming, '
'description': 'An extensible framework for Python programming,
with
'
'
with
special focus\r\n'
'special focus\r\n'
'on event-based network programming and '
'on event-based network programming and
multiprotocol
'
'
multiprotocol
integration.',
'integration.',
'docs_url': '',
'docs_url': '',
'download_url': 'UNKNOWN',
'download_url': 'UNKNOWN',
'home_page': 'http://twistedmatrix.com/',
'home_page': 'http://twistedmatrix.com/',
...
@@ -288,10 +288,10 @@ contents)::
...
@@ -288,10 +288,10 @@ contents)::
'cheesecake_documentation_id': None,
'cheesecake_documentation_id': None,
'cheesecake_installability_id': None,
'cheesecake_installability_id': None,
'classifiers': [...],
'classifiers': [...],
'description': 'An extensible framework for Python programming, '
'description': 'An extensible framework for Python programming,
with
'
'
with
special focus\r\n'
'special focus\r\n'
'on event-based network programming and '
'on event-based network programming and
multiprotocol
'
'
multiprotocol
integration.',
'integration.',
'docs_url': '',
'docs_url': '',
'download_url': 'UNKNOWN',
'download_url': 'UNKNOWN',
'home_page': 'http://twistedmatrix.com/',
'home_page': 'http://twistedmatrix.com/',
...
@@ -323,13 +323,12 @@ cannot be split, the specified width will be exceeded::
...
@@ -323,13 +323,12 @@ cannot be split, the specified width will be exceeded::
'cheesecake_installability_id': None,
'cheesecake_installability_id': None,
'classifiers': [...],
'classifiers': [...],
'description': 'An extensible '
'description': 'An extensible '
'framework for '
'framework for Python '
'Python programming, '
'programming, with '
'with special '
'special focus\r\n'
'focus\r\n'
'on event-based network '
'on event-based '
'programming and '
'network programming '
'multiprotocol '
'and multiprotocol '
'integration.',
'integration.',
'docs_url': '',
'docs_url': '',
'download_url': 'UNKNOWN',
'download_url': 'UNKNOWN',
...
@@ -344,8 +343,8 @@ cannot be split, the specified width will be exceeded::
...
@@ -344,8 +343,8 @@ cannot be split, the specified width will be exceeded::
'release_url': 'http://pypi.python.org/pypi/Twisted/12.3.0',
'release_url': 'http://pypi.python.org/pypi/Twisted/12.3.0',
'requires_python': None,
'requires_python': None,
'stable_version': None,
'stable_version': None,
'summary': 'An asynchronous '
'summary': 'An asynchronous
networking
'
'
networking framework
'
'
framework written in
'
'
written in
Python',
'Python',
'version': '12.3.0'},
'version': '12.3.0'},
'urls': [{...}, {...}]}
'urls': [{...}, {...}]}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment