[issue1326] "internal" zipimport.zipimporter feature untested

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed the test and added new docs in r63067. Thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1326] "internal" zipimport.zipimporter feature untested

2008-01-24 Thread Maciek Fijalkowski
Maciek Fijalkowski added the comment: There is another untested and undocumented attribute called prefix on zipimporter objects. __ Tracker <[EMAIL PROTECTED]> __ __

[issue1326] "internal" zipimport.zipimporter feature untested

2008-01-15 Thread Brett Cannon
Brett Cannon added the comment: And if you want more ideas for tests, I implemented my own tests for my pure Python implementation of zipimport. They can be found in the sandbox at import_in_py/zipimport_/tests.py . -- nosy: +brett.cannon __ Tracker <[EMA

[issue1326] "internal" zipimport.zipimporter feature untested

2008-01-14 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1326] "internal" zipimport.zipimporter feature untested

2007-12-05 Thread Thomas Herve
Thomas Herve added the comment: The patch is against trunk. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1326] "internal" zipimport.zipimporter feature untested

2007-12-05 Thread Guido van Rossum
Guido van Rossum added the comment: Which Python version is this for? -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue1326] "internal" zipimport.zipimporter feature untested

2007-12-05 Thread Thomas Herve
Thomas Herve added the comment: I attach a patch adding a test and some documentation. This tries to solve issue1325 too. exarkun, does that fulfill your original request? -- nosy: +therve Added file: http://bugs.python.org/file8877/1326.diff __ Tracker

[issue1326] "internal" zipimport.zipimporter feature untested

2007-10-26 Thread Guido van Rossum
Guido van Rossum added the comment: Please submit a patch for docs and a unittest... -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1326] "internal" zipimport.zipimporter feature untested

2007-10-25 Thread Jean-Paul Calderone
Changes by Jean-Paul Calderone: -- nosy: +fijal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1326] "internal" zipimport.zipimporter feature untested

2007-10-25 Thread Jean-Paul Calderone
New submission from Jean-Paul Calderone: It's possible to construct a zipimporter with a "path" which points first to a zip file and then continues to refer to a file within that zip file. For example, /foo/bar.zip/baz where /foo/bar.zip is not a directory, but a zip file, and baz is a fil