[issue15280] Don't use builtins as variable names in urllib.request

Brian Brazil report at bugs.python.org
Sat Jul 14 14:47:00 CEST 2012


Brian Brazil <brian.brazil at gmail.com> added the comment:

This patch is a result of frustration encountered when debugging #15002.
Not being able to use 'type' directly is rather annoying, so after figuring
that bug out I set some time aside to make it easier for the next person.

This could be considered a bug that urllib is hard to debug and breaks
vim's syntax highlighting.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15280>
_______________________________________


More information about the Python-bugs-list mailing list