Kaydet (Commit) ae376e5d authored tarafından Andrew Kuchling's avatar Andrew Kuchling

Merge from 3.3

......@@ -370,7 +370,7 @@ defined to allow. For example::
return False
retries = retries - 1
if retries < 0:
raise IOError('refusenik user')
raise IOError('uncooperative user')
print(complaint)
This function can be called in several ways:
......@@ -756,4 +756,3 @@ extracted for you:
.. [#] Actually, *call by object reference* would be a better description,
since if a mutable object is passed, the caller will see any changes the
callee makes to it (items inserted into a list).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment