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 aptshansen
Recipients
Date 2007-03-16.16:52:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Well, because someone on the -dev list at some point raised an objection to taking an arbitrary positional argument in as a second argument and not throwing an error. Or something like that.

splitext('filename.ext', '.')

would make '.' head along into preserve_dotfiles

If that's not a concern, I could readily just type-check to make sure preserve_keywords is only one of (True, False) and if not raise an error.

Its a "keyword-only-argument", before such a thing is in :)
History
Date User Action Args
2007-08-23 15:57:37adminlinkissue1681842 messages
2007-08-23 15:57:37admincreate