[Python-Dev] Restricted API versioning (original) (raw)
Barry Warsaw barry at python.org
Sun Jun 24 14:09:05 CEST 2012
- Previous message: [Python-Dev] Restricted API versioning
- Next message: [Python-Dev] Restricted API versioning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jun 24, 2012, at 12:08 AM, Martin v. Löwis wrote:
Please propose something. I think the hexversion is user-friendly, since it allows easy comparisons (PyLIMITEDAPI+0 >= 0x03030000). Users that run into missing symbols will, after inspection of the header file, easily know what to do.
+1 for hexversion for the reasons Martin states.
-Barry
- Previous message: [Python-Dev] Restricted API versioning
- Next message: [Python-Dev] Restricted API versioning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]