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
54445adf
Commit
54445adf
authored
Nov 20, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rst markup errors.
parent
75b2a5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Misc/NEWS
Misc/NEWS
+2
-2
No files found.
Misc/NEWS
View file @
54445adf
...
...
@@ -61,7 +61,7 @@ Core and Builtins
undocumented value PyBUF_SHADOW, and strangely-looking code in
PyMemoryView_GetContiguous.
- Issue #6081: Add str.format_map
, similar to str.format(**mapping)
.
- Issue #6081: Add str.format_map
(), similar to ``str.format(**mapping)``
.
- If FileIO.__init__ fails, close the file descriptor.
...
...
@@ -126,7 +126,7 @@ Library
there are non-base64 alphabet characters in the input.
- Issue #10386: Add __all__ to token module; this simplifies importing in
tokenize module and prevents leaking of private names through
import *
.
tokenize module and prevents leaking of private names through
``import *``
.
- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by Lorenzo
M. Catucci.
...
...
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