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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, atuining, hnrqbaggio, loewis
Date 2009-05-04.16:46:39
SpamBayes Score 1.7069737e-05
Marked as misclassified No
Message-id <1241455601.86.0.318129801168.issue1128@psf.upfronthosting.co.za>
In-reply-to
Content
The current patch is not correct, because os.path.splitext returns the
extension with the leading dot.

Here is another patch that simplifies the code (os.path.splitext is
guaranteed to return two strings)
It also adds the first unit test for msilib.

There is an unresolved issue: what is make_short('foo.2.txt') supposed
to return? FOO.2.TXT or FOO~1.TXT ?
History
Date User Action Args
2009-05-04 16:46:42amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, atuining, hnrqbaggio
2009-05-04 16:46:41amaury.forgeotdarcsetmessageid: <1241455601.86.0.318129801168.issue1128@psf.upfronthosting.co.za>
2009-05-04 16:46:40amaury.forgeotdarclinkissue1128 messages
2009-05-04 16:46:40amaury.forgeotdarccreate