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 loewis
Recipients barry, brett.cannon, dmalcolm, loewis, nadeem.vawda, neologix, pitrou, schmir
Date 2012-02-18.18:23:27
SpamBayes Score 2.5621796e-06
Marked as misclassified No
Message-id <1329589408.82.0.397741766634.issue14040@psf.upfronthosting.co.za>
In-reply-to
Content
In this case, I propose to drop the feature without deprecation. It is very easy to adjust the build process of packages that still use the feature, and even end users can rename the files.

If you want to improve ease-of-use, you could still do the stat calls, and record whether a file would have been imported. If then the import fails, put a message into the import error saying the /some/where/somemodule.so was ignored because the file name is no longer supported.
History
Date User Action Args
2012-02-18 18:23:28loewissetrecipients: + loewis, barry, brett.cannon, pitrou, schmir, nadeem.vawda, dmalcolm, neologix
2012-02-18 18:23:28loewissetmessageid: <1329589408.82.0.397741766634.issue14040@psf.upfronthosting.co.za>
2012-02-18 18:23:28loewislinkissue14040 messages
2012-02-18 18:23:27loewiscreate