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 agillesp
Recipients agillesp, jjalocha, terry.reedy
Date 2009-08-22.00:30:31
SpamBayes Score 0.0010950265
Marked as misclassified No
Message-id <1250901035.13.0.255191495532.issue6518@psf.upfronthosting.co.za>
In-reply-to
Content
Diff attached

* Added the __enter__ and __exit__ methods to the ossaudio object.
* Updated tests so they pass (attempt to access ossaudio.closed throws
AttributeError instead of TypeError)

My first patch.  Please let me know if I did anything terrifically
stupid. :-)
History
Date User Action Args
2009-08-22 00:30:35agillespsetrecipients: + agillesp, terry.reedy, jjalocha
2009-08-22 00:30:35agillespsetmessageid: <1250901035.13.0.255191495532.issue6518@psf.upfronthosting.co.za>
2009-08-22 00:30:33agillesplinkissue6518 messages
2009-08-22 00:30:33agillespcreate