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 asvetlov, brian.curtin, docs@python, python-dev, stutzbach, zach.ware
Date 2012-10-31.14:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351692754.06.0.670154211524.issue16197@psf.upfronthosting.co.za>
In-reply-to
Content
The thought on consolidating is to match Doc/library/msvcrt.rst which does the same thing.  Also, when I started reading this page shortly before opening this issue, I was reading most of the page at once and was frankly pretty annoyed by seeing the same notice over and over.  Although I could see the point of having a much shorter blurb on each affected function in addition to an explanatory note at the top.  So instead of

'''
   .. versionchanged:: 3.3
      This function used to raise a :exc:`WindowsError`, which is now an
      alias of :exc:`OSError`.
'''

on each one, something like

'''
   .. versionchanged:: 3.3
      :exc:`WindowsError` is :exc:`OSError`
'''

perhaps?
History
Date User Action Args
2012-10-31 14:12:34zach.waresetrecipients: + zach.ware, stutzbach, brian.curtin, asvetlov, docs@python, python-dev
2012-10-31 14:12:34zach.waresetmessageid: <1351692754.06.0.670154211524.issue16197@psf.upfronthosting.co.za>
2012-10-31 14:12:34zach.warelinkissue16197 messages
2012-10-31 14:12:33zach.warecreate