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
f86aa7c3
Commit
f86aa7c3
authored
Dec 13, 2010
by
Gregory P. Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the subprocess.Popen close_fds default change. Fixup *s to -s.
parent
138fa430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Misc/NEWS
Misc/NEWS
+6
-2
No files found.
Misc/NEWS
View file @
f86aa7c3
...
...
@@ -11,13 +11,17 @@ What's New in Python 3.2 Beta 2?
Library
-------
*
Issue #10188 (partial resolution): tempfile.TemporaryDirectory emits
-
Issue #10188 (partial resolution): tempfile.TemporaryDirectory emits
a warning on sys.stderr rather than throwing a misleading exception
if cleanup fails due to nulling out of modules during shutdown.
Also avoids an AttributeError when mkdtemp call fails and issues
a ResourceWarning on implicit cleanup via __del__.
* Issue #10107: Warn about unsaved files in IDLE on OSX.
- Issue #10107: Warn about unsaved files in IDLE on OSX.
- Issue #7213: subprocess.Popen's default for close_fds has been changed.
It is now platform specific, keeping its default of False on Windows and
changing the default to True on POSIX and other platforms.
What's New in Python 3.2 Beta 1?
...
...
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