]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if the behavi...
authorChristian Heimes <christian@cheimes.de>
Thu, 28 Feb 2008 21:10:17 +0000 (21:10 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 28 Feb 2008 21:10:17 +0000 (21:10 +0000)
commitc83b629996ca183eaceb3d3b7ede4312ee5cb675
tree37f21b09ba1dd75aa46b072f6c8655ab00fa2486
parente1feb2ebb29a4d27013902dfaf7b7e3dcac65fde
iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if the behavior is deliberately but this workaround fixes the issue for the next alpha release tomorrow.
Lib/tempfile.py