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 ysj.ray
Recipients Arfrever, belopolsky, draghuram, eric.araujo, georg.brandl, ggenellina, giampaolo.rodola, ijmorlan, terry.reedy, ysj.ray, zooko
Date 2010-08-03.11:56:13
SpamBayes Score 5.01425e-08
Marked as misclassified No
Message-id <1280836578.9.0.515077297399.issue9299@psf.upfronthosting.co.za>
In-reply-to
Content
> Doc review: Small typo, Flase vs False.  Also, exceptions are "raised" rather than "thrown" in Python land (same for the docstring).  Both exception references should be :exc:`OSError`.

Here fixed these doc problems. Thanks for reviewing! Besides, the reason why I use "throw" rather than "raise" is that I found current Doc use "throw an exception", so I think an exception is "thrown". ^_^
History
Date User Action Args
2010-08-03 11:56:19ysj.raysetrecipients: + ysj.ray, georg.brandl, terry.reedy, zooko, belopolsky, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever
2010-08-03 11:56:18ysj.raysetmessageid: <1280836578.9.0.515077297399.issue9299@psf.upfronthosting.co.za>
2010-08-03 11:56:17ysj.raylinkissue9299 messages
2010-08-03 11:56:16ysj.raycreate