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 eric.araujo
Recipients BreamoreBoy, ajaksu2, elesbom, eric.araujo, jlgijsbers, josiahcarlson, kxroberto, lambacck, ptarjan, skrah
Date 2011-07-13.15:06:29
SpamBayes Score 6.02796e-07
Marked as misclassified No
Message-id <1310569590.55.0.103935859838.issue1043134@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch does not solve the issue.  In the current API, there is no way to do it, so this bug requires a new feature.  I think it would involve a new dict, like preferred_extensions, which would be seeded with default values, like .jpg for image/jpeg and .txt for text/plain, and a few functions/methods to query the dict or add items.
History
Date User Action Args
2011-07-13 15:06:30eric.araujosetrecipients: + eric.araujo, jlgijsbers, josiahcarlson, kxroberto, ajaksu2, lambacck, skrah, ptarjan, BreamoreBoy, elesbom
2011-07-13 15:06:30eric.araujosetmessageid: <1310569590.55.0.103935859838.issue1043134@psf.upfronthosting.co.za>
2011-07-13 15:06:29eric.araujolinkissue1043134 messages
2011-07-13 15:06:29eric.araujocreate