Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6256e5

Browse files
committed
Update pydoc topics and fix supsicious markup for 3.4.2 final.
1 parent e796b9e commit c6256e5

3 files changed

Lines changed: 85 additions & 85 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ expression support in the :mod:`re` module).
18641864
For example::
18651865

18661866
>>> 'ab c\n\nde fg\rkl\r\n'.splitlines()
1867-
['ab c', '', 'de fg', 'kl']``
1867+
['ab c', '', 'de fg', 'kl']
18681868
>>> 'ab c\n\nde fg\rkl\r\n'.splitlines(keepends=True)
18691869
['ab c\n', '\n', 'de fg\r', 'kl\r\n']
18701870

@@ -2932,7 +2932,7 @@ place, and instead produce new objects.
29322932
For example::
29332933

29342934
>>> b'ab c\n\nde fg\rkl\r\n'.splitlines()
2935-
[b'ab c', b'', b'de fg', b'kl']``
2935+
[b'ab c', b'', b'de fg', b'kl']
29362936
>>> b'ab c\n\nde fg\rkl\r\n'.splitlines(keepends=True)
29372937
[b'ab c\n', b'\n', b'de fg\r', b'kl\r\n']
29382938

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,6 @@ whatsnew/2.4,,:System,
256256
whatsnew/2.5,,:memory,:memory:
257257
whatsnew/2.5,,:step,[start:stop:step]
258258
whatsnew/2.5,,:stop,[start:stop:step]
259-
whatsnew/2.7,1619,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
260-
whatsnew/2.7,1619,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
261-
whatsnew/2.7,735,:Sunday,'2009:4:Sunday'
262-
whatsnew/2.7,862,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
263-
whatsnew/2.7,862,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
264259
whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
265260
whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
266261
whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
@@ -282,3 +277,8 @@ whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised Unic
282277
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
283278
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
284279
whatsnew/changelog,,:password,user:password
280+
whatsnew/2.7,780,:Sunday,'2009:4:Sunday'
281+
whatsnew/2.7,907,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
282+
whatsnew/2.7,907,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
283+
whatsnew/2.7,1657,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
284+
whatsnew/2.7,1657,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"

0 commit comments

Comments
 (0)