Re: [Python-Dev] cpython: Issue #23752: When built from an existing file descriptor, io.FileIO() now only

2015年3月29日 23:08:45 -0700

On 30.03.15 04:22, victor.stinner wrote:
https://hg.python.org/cpython/rev/bc2a22eaa0af
changeset: 95269:bc2a22eaa0af
user: Victor Stinner <[email protected]>
date: Mon Mar 30 03:21:06 2015 +0200
summary:
 Issue #23752: When built from an existing file descriptor, io.FileIO() now 
only
calls fstat() once. Before fstat() was called twice, which was not necessary.
files:
 Misc/NEWS | 26 ++++++++++++++++++++++++++
 Modules/_io/fileio.c | 24 ------------------------
 2 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,32 @@
 Python News
 +++++++++++
+What's New in Python 3.5.0 alpha 4?
+===================================
Return time machine back Victor. Current version is 3.5.0a2+.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to