Jan Duzinkiewicz added the comment:
Ok, didn't knew much about importlib, I can work on a patch but have a few
questions/suggestions:
1. For importlib, simply referencing the "Using on Windows" guide imo won't be
ok - the importlib sources show that the key being used i
New submission from Jan Duzinkiewicz:
quote from http://docs.python.org/3/library/imp.html#imp.find_module:
"...on some systems some other places are looked in as well (on Windows, it
looks in the registry which may point to a specific file)."
I actually didn't know the registr
Jan Duzinkiewicz added the comment:
The latest docs have a crossrefence at the end of the section:
http://docs.python.org/3/reference/simple_stmts.html#grammar-token-yield_stmt
I copied the reference to 2.7 docs
--
keywords: +patch
nosy: +dhgmgn
Added file: http://bugs.python.org
Jan Duzinkiewicz added the comment:
I've referenced the kb article in the docs. Please let me know if the fix is ok
- maybe the whole registry change process should be included in the docs
directly?
--
keywords: +patch
nosy: +dhgmgn
Added file: http://bugs.python.org/file27839/
Jan Duzinkiewicz added the comment:
I agree this is unclear - If Match object always have a boolean value of True,
it actually prevents me from using simple if statement - what's the point of
"if True:" statement? - so the remark that matching functions do not always
return ma