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
b44acebc
Commit
b44acebc
authored
Sep 09, 2016
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actually fix suspicious markup, I ignored it too readily
parent
dec2df3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Doc/tools/susp-ignored.csv
Doc/tools/susp-ignored.csv
+0
-1
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.6.rst
+1
-1
No files found.
Doc/tools/susp-ignored.csv
View file @
b44acebc
...
@@ -297,7 +297,6 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
...
@@ -297,7 +297,6 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/3.6,,`,1000000000000000`
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
Doc/whatsnew/3.6.rst
View file @
b44acebc
...
@@ -139,7 +139,7 @@ PEP 515: Underscores in Numeric Literals
...
@@ -139,7 +139,7 @@ PEP 515: Underscores in Numeric Literals
Prior to PEP 515, there was no support for writing long numeric
Prior to PEP 515, there was no support for writing long numeric
literals with some form of separator to improve readability. For
literals with some form of separator to improve readability. For
instance, how big is ``1000000000000000``
`
? With :pep:`515`, though,
instance, how big is ``1000000000000000``? With :pep:`515`, though,
you can use underscores to separate digits as desired to make numeric
you can use underscores to separate digits as desired to make numeric
literals easier to read: ``1_000_000_000_000_000``. Underscores can be
literals easier to read: ``1_000_000_000_000_000``. Underscores can be
used with other numeric literals beyond integers, e.g.
used with other numeric literals beyond integers, e.g.
...
...
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