diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2007-08-07 22:48:06 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2007-08-07 22:48:06 +0000 |
| commit | cbf92d9301730f2e729c33237a5c041fd596c9a0 (patch) | |
| tree | b5514079171346a5314ed80eb95e944b2f8f48c2 /ChangeLog | |
| parent | 27ca3160700a9b7a135ed38911bc51318aa1379e (diff) | |
| download | libgpod-cbf92d9301730f2e729c33237a5c041fd596c9a0.tar.gz libgpod-cbf92d9301730f2e729c33237a5c041fd596c9a0.tar.xz libgpod-cbf92d9301730f2e729c33237a5c041fd596c9a0.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: |
