summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-04-10 07:30:04 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-04-10 07:30:04 (GMT)
commit810b94a36416cecf38205fd48e6a0a9eb3d2998c (patch)
tree3d708242f71e0cfc0b8aadadb7122db222c76a91 /Misc
parentdbb677a894b2d9da3945f7e3c0fdf850ea1bd3f1 (diff)
downloadcpython-810b94a36416cecf38205fd48e6a0a9eb3d2998c.zip
cpython-810b94a36416cecf38205fd48e6a0a9eb3d2998c.tar.gz
cpython-810b94a36416cecf38205fd48e6a0a9eb3d2998c.tar.bz2
Issue #11818: Fix tempfile examples for Python 3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 23026db..b5dc98b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,11 @@ Tests
- Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
to open door files.
+Documentation
+-------------
+
+- Issue #11818: Fix tempfile examples for Python 3.
+
What's New in Python 3.2?
=========================