[issue12671] urlopen returning empty string

2011-07-31 Thread Matthew Barnett
New submission from Matthew Barnett pyt...@mrabarnett.plus.com: Someone over at StackOverflow had a problem with urlopen in Python 3.2.1: http://stackoverflow.com/questions/6892573/problem-with-urlopen/6892843#6892843 This is the code: from urllib.request import urlopen f =

[issue12671] urlopen returning empty string

2011-07-31 Thread Matthew Barnett
Matthew Barnett pyt...@mrabarnett.plus.com added the comment: Just been told this bug has already been reported as issue #12576. -- resolution: - duplicate ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12671

[issue12671] urlopen returning empty string

2011-07-31 Thread Matthew Barnett
Changes by Matthew Barnett pyt...@mrabarnett.plus.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12671 ___ ___