2010/5/5 Barry Warsaw <ba...@python.org>:
> users of Python 3.1 might be surprised by the difference from upstream

It might be useful mentioning somewhere that the best way to detect if
the Python implementation used supports PEP 3147 is:

import imp
hasattr(imp, 'get_tag')

(or something similar) and not checking for an hard version number.

-- 
Lino Mastrodomenico


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/o2xcc93256f1005060747zb5cc53b0l7f853e07b0704...@mail.gmail.com

Reply via email to