diff options
author | Georg Brandl <georg@python.org> | 2007-04-25 06:24:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-25 06:24:59 (GMT) |
commit | 3dc6e90a2eb57f334ca2bc1d075892c292ebd4f6 (patch) | |
tree | d0af8b7387568b8527d1ec419d0c1a4989af7fb1 /Misc | |
parent | f371cb1694ccb50ec1cf04e879b97da28033f0e7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |