Issue 9316: typos in zipimport docstrings (original ) (raw ) Issue9316
Created on 2010-07-21 00:42 by rfk , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (2)
msg110983 - (view)
Author: Ryan Kelly (rfk)
Date: 2010-07-21 00:42
zipimporter methods is_package, get_code and get_source have in the their docstring "Raise ZipImportError is the module couldn't be found". The attached patch fixes the typo to "if the module couldn't be found".
msg110989 - (view)
Author: Brian Curtin (brian.curtin) *
Date: 2010-07-21 01:49
Thanks for the patch. Fixed in r83007 through r83010 .
History
Date
User
Action
Args
2022-04-11 14:57:04
admin
set
github: 53562
2010-07-21 01:49:21
brian.curtin
set
status: open -> closedresolution: fixedassignee: brian.curtin stage: resolvedversions: + Python 2.6, Python 3.1, Python 2.7, Python 3.2nosy: + brian.curtin messages: + components: + Documentation, Extension Modulestype: behavior
2010-07-21 00:42:40
rfk
create