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
86767feb
Commit
86767feb
authored
Jan 04, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: ppring string wrapping, string pickling optimization.
Also clarify some NEWS entries.
parent
ed381e0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+7
-0
Misc/NEWS
Misc/NEWS
+5
-5
No files found.
Doc/whatsnew/3.4.rst
View file @
86767feb
...
@@ -847,6 +847,9 @@ pprint
...
@@ -847,6 +847,9 @@ pprint
The :mod:`pprint` module now supports *compact* mode for formatting long
The :mod:`pprint` module now supports *compact* mode for formatting long
sequences (:issue:`19132`).
sequences (:issue:`19132`).
Long strings are now wrapped using Python's normal line continuation
syntax (Contributed by Antoine Pitrou in :issue:`17150`.)
pty
pty
---
---
...
@@ -1259,6 +1262,10 @@ Significant Optimizations
...
@@ -1259,6 +1262,10 @@ Significant Optimizations
* :func:`random.getrandbits` is 20%-40% faster for small integers (the most
* :func:`random.getrandbits` is 20%-40% faster for small integers (the most
common use case). (Contributed by Serhiy Storchaka in :issue:`16674`).
common use case). (Contributed by Serhiy Storchaka in :issue:`16674`).
* By taking advantage of the new storage format for strings, pickling of
strings is now significantly faster. (Contributed by Victor Stinner and
Antoine Pitrou in :issue:`15596`.)
Deprecated
Deprecated
...
...
Misc/NEWS
View file @
86767feb
...
@@ -2282,7 +2282,7 @@ Library
...
@@ -2282,7 +2282,7 @@ Library
-
Issue
#
15596
:
Faster
pickling
of
unicode
strings
.
-
Issue
#
15596
:
Faster
pickling
of
unicode
strings
.
-
Issue
#
17572
:
Avoid
chained
exceptions
wh
ile
passing
bad
directives
to
-
Issue
#
17572
:
Avoid
chained
exceptions
wh
en
passing
bad
directives
to
time
.
strptime
().
Initial
patch
by
Claudiu
Popa
.
time
.
strptime
().
Initial
patch
by
Claudiu
Popa
.
-
Issue
#
17435
:
threading
.
Timer
's __init__ method no longer uses mutable
-
Issue
#
17435
:
threading
.
Timer
's __init__ method no longer uses mutable
...
@@ -2291,7 +2291,7 @@ Library
...
@@ -2291,7 +2291,7 @@ Library
- Issue #17526: fix an IndexError raised while passing code without filename to
- Issue #17526: fix an IndexError raised while passing code without filename to
inspect.findsource(). Initial patch by Tyler Doyle.
inspect.findsource(). Initial patch by Tyler Doyle.
- Issue #17540: Added style
to
formatter configuration by dict.
- Issue #17540: Added style
parameter to logging
formatter configuration by dict.
- Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial
- Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial
patch by Michele Orrù.
patch by Michele Orrù.
...
@@ -2312,10 +2312,10 @@ Library
...
@@ -2312,10 +2312,10 @@ Library
-
Issue
#
17521
:
Corrected
non
-
enabling
of
logger
following
two
calls
to
-
Issue
#
17521
:
Corrected
non
-
enabling
of
logger
following
two
calls
to
fileConfig
().
fileConfig
().
-
Issue
#
17508
:
Corrected
MemoryHandler
configuration
in
dictConfig
()
where
-
Issue
#
17508
:
Corrected
logging
MemoryHandler
configuration
in
dictConfig
()
the
target
handler
wasn
't configured first.
where
the
target
handler
wasn
't configured first.
- Issue #17209: curses.window.get_wch() now
handles correctly
KeyboardInterrupt
- Issue #17209: curses.window.get_wch() now
correctly handles
KeyboardInterrupt
(CTRL+c).
(CTRL+c).
- Issue #5713: smtplib now handles 421 (closing connection) error codes when
- Issue #5713: smtplib now handles 421 (closing connection) error codes when
...
...
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