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 Sebastian.Kreft.Deezer
Recipients Sebastian.Kreft.Deezer, docs@python
Date 2014-06-02.13:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401716134.93.0.330807213561.issue21637@psf.upfronthosting.co.za>
In-reply-to
Content
Although it is already explained that the default mode of the opened tempfiles is 'w+b' a warning/notice section should be included to make it clearer.

I think this is important as the default for the open function is to return strings and not bytes.

I just had to debug an error with traceback, as traceback.print_exc expects a file capable of handling unicode.
History
Date User Action Args
2014-06-02 13:35:34Sebastian.Kreft.Deezersetrecipients: + Sebastian.Kreft.Deezer, docs@python
2014-06-02 13:35:34Sebastian.Kreft.Deezersetmessageid: <1401716134.93.0.330807213561.issue21637@psf.upfronthosting.co.za>
2014-06-02 13:35:34Sebastian.Kreft.Deezerlinkissue21637 messages
2014-06-02 13:35:34Sebastian.Kreft.Deezercreate