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
9471797c
Commit
9471797c
authored
Sep 21, 2012
by
Larry Hastings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add What's New entries for some minor work I did in 3.3.
parent
19606411
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+12
-1
No files found.
Doc/whatsnew/3.3.rst
View file @
9471797c
...
...
@@ -1322,7 +1322,7 @@ os
files and directories, it is more reliable (and also faster) to manipulate
file descriptors instead of file names. Python 3.3 enhances existing functions
and introduces new functions to work on file descriptors (:issue:`4761`,
:issue:`10755`).
:issue:`10755`
and :issue:`14626`
).
- The :mod:`os` module has a new :func:`~os.fwalk` function similar to
:func:`~os.walk` except that it also yields file descriptors referring to the
...
...
@@ -1355,6 +1355,12 @@ os
Windows.
(Contributed by Antoine Pitrou in :issue:`8828`.)
* The stat family of functions (:func:`~os.stat`, :func:`~os.fstat`,
and :func:`~os.lstat`) now support reading a file'
s
timestamps
with
nanosecond
precision
.
Symmetrically
,
:
func
:`~
os
.
utime
`
can
now
write
file
timestamps
with
nanosecond
precision
.
(
Contributed
by
Larry
Hastings
in
:
issue
:`
14127
`.)
*
The
new
:
func
:`
os
.
get_terminal_size
`
function
queries
the
size
of
the
terminal
attached
to
a
file
descriptor
.
See
also
:
func
:`
shutil
.
get_terminal_size
`.
...
...
@@ -1474,6 +1480,11 @@ shutil
path
also
specifying
the
user
/
group
names
and
not
only
their
numeric
ids
.
(
Contributed
by
Sandro
Tosi
in
:
issue
:`
12191
`)
*
:
func
:`~
shutil
.
copy2
`
and
:
func
:`~
shutil
.
copystat
`
now
preserve
file
timestamps
with
nanosecond
precision
on
platforms
that
support
it
.
They
also
preserve
file
"extended attributes"
on
Linux
.
(
Contributed
by
Larry
Hastings
in
:
issue
:`
14127
`
and
:
issue
:`
15238
`.)
*
The
new
:
func
:`
shutil
.
get_terminal_size
`
function
returns
the
size
of
the
terminal
window
the
interpreter
is
attached
to
.
(
Contributed
by
Zbigniew
J
ę
drzejewski
-
Szmek
in
:
issue
:`
13609
`.)
...
...
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