diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-08-07 22:48:06 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-08-07 22:48:06 +0000 |
| commit | 637a1347ad540ca74c627620fdabf6dad0369d9c (patch) | |
| tree | b5514079171346a5314ed80eb95e944b2f8f48c2 /ChangeLog | |
| parent | 59eb462ad886609680547e61ea0771e056758d53 (diff) | |
| download | libgpod-637a1347ad540ca74c627620fdabf6dad0369d9c.tar.gz libgpod-637a1347ad540ca74c627620fdabf6dad0369d9c.tar.xz libgpod-637a1347ad540ca74c627620fdabf6dad0369d9c.zip | |
Try to deal with typestamps in a sane way in the Python bindings
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1672 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-08-07 Nicholas Piper <nicholas at users.sourceforge.net> + + * bindings/python/gpod.i.in: Return an integer for time_t (note, + no to/from mac timestamp mapping required), accept an integer or + datetime object for a time_t + + * bindings/python/ipod.py (Track.__getitem__): for the Python OO + interface, map reading time_* attributes in Tracks to a datetime + object + + * bindings/python/tests/tests.py (TestiPodFunctions.testDatestampSetting): + test reading/writing the Track timestamp attributes + 2007-08-04 Todd Zullinger <tmzullinger at users.sourceforge.net> * src/db-parse-context.h: |
