mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed spaces before commas and periods.
This commit is contained in:
commit
2a6145290b
20 changed files with 22 additions and 22 deletions
|
|
@ -640,7 +640,7 @@ developing under Python 2 or Python 3. Whether this approach or using
|
|||
|
||||
To get a complete idea of what issues you will need to deal with, see the
|
||||
`What's New in Python 3.0`_. Others have reorganized the data in other formats
|
||||
such as http://docs.pythonsprints.com/python3_porting/py-porting.html .
|
||||
such as http://docs.pythonsprints.com/python3_porting/py-porting.html\ .
|
||||
|
||||
The following are some steps to take to try to support both Python 2 & 3 from
|
||||
the same source code.
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ We'll discuss here one particular HTTP header, to illustrate how to add headers
|
|||
to your HTTP request.
|
||||
|
||||
Some websites [#]_ dislike being browsed by programs, or send different versions
|
||||
to different browsers [#]_ . By default urllib identifies itself as
|
||||
to different browsers [#]_. By default urllib identifies itself as
|
||||
``Python-urllib/x.y`` (where ``x`` and ``y`` are the major and minor version
|
||||
numbers of the Python release,
|
||||
e.g. ``Python-urllib/2.5``), which may confuse the site, or just plain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue