mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
This commit is contained in:
parent
eaa5eeef57
commit
d9728b5932
1 changed files with 24 additions and 0 deletions
24
Misc/NEWS
24
Misc/NEWS
|
@ -2,6 +2,30 @@
|
||||||
Python News
|
Python News
|
||||||
+++++++++++
|
+++++++++++
|
||||||
|
|
||||||
|
What's New in Python 3.3.0 Alpha 4?
|
||||||
|
===================================
|
||||||
|
|
||||||
|
*Release date: 26-May-2012*
|
||||||
|
|
||||||
|
Core and Builtins
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
- Issue #14705: The PyArg_Parse() family of functions now support the 'p'
|
||||||
|
format unit, which accepts a "boolean predicate" argument. It converts
|
||||||
|
any Python value into an integer--0 if it is "false", and 1 otherwise.
|
||||||
|
|
||||||
|
Library
|
||||||
|
-------
|
||||||
|
|
||||||
|
- Issue #14127: The os.stat() result object now provides three additional
|
||||||
|
fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times
|
||||||
|
as an integer with nanosecond resolution. The functions os.utime(),
|
||||||
|
os.lutimes(), and os.futimes() now accept a new parameter, ns, which
|
||||||
|
accepts mtime and atime as integers with nanosecond resolution.
|
||||||
|
|
||||||
|
- Issue #14127 and #10148: shutil.copystat now preserves exact mtime
|
||||||
|
and atime on filesystems providing nanosecond resolution.
|
||||||
|
|
||||||
What's New in Python 3.3.0 Alpha 3?
|
What's New in Python 3.3.0 Alpha 3?
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue