Antoine Pitrou wrote: > Nick Coghlan <ncoghlan <at> gmail.com> writes: >> Where would adding a (undocumented) get_filename() method to ZipImporter >> objects for the benefit of the -m switch fit then? > > Why not call it _get_filename() in 3.0 and get_filename() in 3.1?
Actually, since it should only be a fairly trivial couple of lines of code, I think I'm going to put it in the runpy._get_filename() helper function in the maintenance branches and only move it over to ZipImporter on the trunk and the py3k branch. That way it's completely unambiguous that this is just a bug fix for runpy rather than a new feature for ZipImporter. Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com