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
c0d49d82
Commit
c0d49d82
authored
Dec 15, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo and improve wording a bit.
parent
060ebedc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Misc/NEWS
Misc/NEWS
+4
-4
No files found.
Misc/NEWS
View file @
c0d49d82
...
@@ -13,7 +13,7 @@ Core and builtins
...
@@ -13,7 +13,7 @@ Core and builtins
-----------------
-----------------
- Removed PendingDeprecationWarning from apply(). apply() remains
- Removed PendingDeprecationWarning from apply(). apply() remains
deprecated, but the nuis
s
ance warning will not be issued.
deprecated, but the nuisance warning will not be issued.
- At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
- At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
collection twice, both before and after tearing down modules. The
collection twice, both before and after tearing down modules. The
...
@@ -114,9 +114,9 @@ Core and builtins
...
@@ -114,9 +114,9 @@ Core and builtins
When comparing containers with cyclic references to themselves it
When comparing containers with cyclic references to themselves it
will now just hit the recursion limit. See SF patch 825639.
will now just hit the recursion limit. See SF patch 825639.
- str and unicode builtin types now have
s.
rsplit() method that is
- str and unicode builtin types now have rsplit() method that is
same as s
.s
plit() except that it scans the string from the end
same as split() except that it scans the string from the end
working
forward
. See SF feature request 801847.
working
towards the beginning
. See SF feature request 801847.
Extension modules
Extension modules
-----------------
-----------------
...
...
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