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 cgohlke
Recipients cgohlke, cmcqueen1975, janssen, termim
Date 2010-10-22.08:45:38
SpamBayes Score 3.3529682e-07
Marked as misclassified No
Message-id <1287737141.55.0.204823590229.issue7639@psf.upfronthosting.co.za>
In-reply-to
Content
Creating bdist_msi installers with files such as 'aixc++' (containing '+'), '.buildinfo' (starting with '.'), and 'py.~1.5.~' (containing '~') currently also fails, even with the proposed patch. 

The revised patch should fix these cases and further improves the make_short function to generate short names compatible with NTFS.
History
Date User Action Args
2010-10-22 08:45:41cgohlkesetrecipients: + cgohlke, janssen, termim, cmcqueen1975
2010-10-22 08:45:41cgohlkesetmessageid: <1287737141.55.0.204823590229.issue7639@psf.upfronthosting.co.za>
2010-10-22 08:45:40cgohlkelinkissue7639 messages
2010-10-22 08:45:39cgohlkecreate