diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 15:00:36 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 15:00:36 (GMT) |
commit | 77007344d90f6f58ab0c3ccb014fa8023dc9a0ce (patch) | |
tree | 6c6c9ac299917f47f72606e4c9b8f9ab572018da /Misc | |
parent | 97311833909e485ccd8321e3996d3480f9a81a06 (diff) | |
parent | 9fc0e9955d12a078ef146f25863a37b1b05c8dc1 (diff) | |
download | cpython-77007344d90f6f58ab0c3ccb014fa8023dc9a0ce.zip cpython-77007344d90f6f58ab0c3ccb014fa8023dc9a0ce.tar.gz cpython-77007344d90f6f58ab0c3ccb014fa8023dc9a0ce.tar.bz2 |
Issue #20266: Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -489,7 +489,9 @@ Build Documentation ------------- -- Issue #20255: Update the about and bugs pages. +- Issue #20266: Updated some parts of the Windows FAQ. + +- Issue #20255: Updated the about and bugs pages. - Issue #20253: Fixed a typo in the ipaddress docs that advertised an illegal attribute name. Found by INADA Naoki. |