Python Issue 17587: Have all core library modules imported by default (bugs.python.org) 4 points by d23 13y ago ↗ HN
[–] mpyne 13y ago ↗ Man, this has been an uninspired April Fool's Day so far Though, I can't complain too much, I've not contributed anything to the cause... that I know of.
[–] trhtrsh 13y ago ↗ Annoying when an actually good idea gets buried in a joke. ; python >>> dir(csv)[0] NameError: name 'csv' is not defined >>> import csv >>> dir(csv)[0] 'Dialect' Really, you know exactly where 'csv' is, but didn't want to even suggest it in the error message?
2 comments
[ 3.2 ms ] story [ 16.2 ms ] thread