This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients brian.curtin, docs@python, stutzbach, zach.ware
Date 2012-10-11.18:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349980918.31.0.267051539306.issue16197@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the patch against 3.2, hopefully I caught everything I meant to :)

Unfortunately, I can't build Python or the docs on this machine, so I can't guarantee I didn't break anything.  I tried to be careful though, especially with changing linebreaks in the docstrings.

The changes for 3.3+ that don't apply to 3.2 are:
- in PC\winreg.c
  - Change all occurrences of "a WindowsError" to "an OSError"
- in Doc\library\winreg.rst
  - Change "a" to "an" in all occurrences of "a :exc:`OSError`"
  - Consolidate all the ..versionchanged:: 3.3 notes into one at the top (like in Doc\library\msvcrt.rst)

Also, I did make a couple of non-cosmetic informational changes other than on 'res' and 'sam', such as listing the correct default 'access' parameter on a couple of functions (judging by my reading of said functions).

Thanks,

Zach
History
Date User Action Args
2012-10-11 18:41:58zach.waresetrecipients: + zach.ware, stutzbach, brian.curtin, docs@python
2012-10-11 18:41:58zach.waresetmessageid: <1349980918.31.0.267051539306.issue16197@psf.upfronthosting.co.za>
2012-10-11 18:41:58zach.warelinkissue16197 messages
2012-10-11 18:41:58zach.warecreate