mirror of
https://github.com/python/cpython.git
synced 2026-05-27 21:01:27 +00:00
Move nt.access change into the right section.
This commit is contained in:
parent
a51d5c8c15
commit
69233e87c4
1 changed files with 2 additions and 2 deletions
|
|
@ -310,8 +310,6 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- os.access now returns True on Windows for any existing directory.
|
||||
|
||||
- Issue #1727780: Support loading pickles of random.Random objects created
|
||||
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
|
||||
of the change, Random pickles created by Python 2.6 cannot be loaded
|
||||
|
|
@ -873,6 +871,8 @@ Library
|
|||
Extension Modules
|
||||
-----------------
|
||||
|
||||
- os.access now returns True on Windows for any existing directory.
|
||||
|
||||
- Added warnpy3k function to the warnings module.
|
||||
|
||||
- Marshal.dumps() now expects exact type matches for int, long, float, complex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue