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.

classification
Title: Fix for test_zipimport
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, zpcz
Priority: normal Keywords: patch

Created on 2007-08-03 07:15 by zpcz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_zipimport.diff zpcz, 2007-08-03 07:15
Messages (2)
msg52981 - (view) Author: ‹‹PC›› (zpcz) Date: 2007-08-03 07:15
Changes made:
imp.get_magic() - returns bytes
loader.get_data() - returns bytes
loader.get_source() - returns str (currently thinks everything is in utf-8)
msg52982 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-08-03 18:41
Committed revision 56707.

This looks fine at cursory inspection.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45271
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-08-03 07:15:49zpczcreate