[Indic-computing-cvs-logs] cvs commit: src/py-freetype ROADMAP freetype.pyx pyft2test.py
Status: Alpha
Brought to you by:
jkoshy
From: Joseph K. <jk...@us...> - 2003-05-22 08:50:22
|
jkoshy 2003/05/22 01:43:10 PDT Modified files: py-freetype ROADMAP freetype.pyx pyft2test.py Log: - Use 'isinstance()' instead of checking the results of 'type()'. This is the recommended idiom in Python. Submitted by: Greg Ewing <gr...@co...> - Remove type objects from the module namespace as they are no longer needed. - Update test suite to use 'isinstance()'. - ROADMAP: add version numbers to expected MILESTONES Revision Changes Path 1.2 +4 -4 src/py-freetype/ROADMAP 1.16 +10 -22 src/py-freetype/freetype.pyx 1.16 +19 -19 src/py-freetype/pyft2test.py |