mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00:00
Fix typo and improve wording a bit.
This commit is contained in:
parent
060ebedc40
commit
c0d49d82de
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Removed PendingDeprecationWarning from apply(). apply() remains
|
- Removed PendingDeprecationWarning from apply(). apply() remains
|
||||||
deprecated, but the nuissance 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
|
||||||
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.split() 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
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue