[Python-Dev] Restricted API versioning

Christian Heimes lists at cheimes.de
Sun Jun 24 00:06:12 CEST 2012


Am 23.06.2012 23:41, schrieb Antoine Pitrou:
> Perhaps something more user-friendly than the hexversion?

IMHO 0x03030000 for 3.0.0 is user-friendly enough. A macro like
PY_VERSION(3, 0, 0) could be added, too.

Christian


More information about the Python-Dev mailing list