Re: [Python-Dev] Other library updates

2005-02-07 Thread Guido van Rossum
> Any objections to replacing the likes of types.IntType and > types.ListType with int and list? I presume in isinstance tests etc.? In general the procedure for modernizing source code is not to touch it unless you're reviewing or editing the whole module (or at least part of it) anyway. This wo

Re: [Python-Dev] Other library updates

2005-02-07 Thread Skip Montanaro
Raymond> Any objections to replacing the likes of types.IntType and Raymond> types.ListType with int and list? +1 Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mai

[Python-Dev] Other library updates

2005-02-06 Thread Raymond Hettinger
Any objections to replacing the likes of types.IntType and types.ListType with int and list? Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/optio