summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-04-25 06:24:59 (GMT)
committerGeorg Brandl <georg@python.org>2007-04-25 06:24:59 (GMT)
commit3dc6e90a2eb57f334ca2bc1d075892c292ebd4f6 (patch)
treed0af8b7387568b8527d1ec419d0c1a4989af7fb1 /Misc
parentf371cb1694ccb50ec1cf04e879b97da28033f0e7 (diff)
downloadcpython-3dc6e90a2eb57f334ca2bc1d075892c292ebd4f6.zip
cpython-3dc6e90a2eb57f334ca2bc1d075892c292ebd4f6.tar.gz
cpython-3dc6e90a2eb57f334ca2bc1d075892c292ebd4f6.tar.bz2
Patch #1698768: updated the "using Python on the Mac" intro.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 96d427c..36a18c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -755,6 +755,8 @@ Tools
Documentation
-------------
+- Patch #1698768: updated the "using Python on the Mac" intro.
+
- Bug #1569057: Document that calling file.next() when the file is open for
writing is undefined.