]> granicus.if.org Git - python/commit
- Removed Date class. We don't really need it for b/w compatibility since
authorJust van Rossum <just@letterror.com>
Tue, 26 Oct 2004 07:20:26 +0000 (07:20 +0000)
committerJust van Rossum <just@letterror.com>
Tue, 26 Oct 2004 07:20:26 +0000 (07:20 +0000)
commit7c9448755b184ba966a4a2adf4615a11d092f3bc
treea24c8b37432ef5c0271dca76e0352cf0f1da847e
parentc6fdd1b3988778afd4f83d1846f4a3f5c1150cf8
- Removed Date class. We don't really need it for b/w compatibility since
  a) the functionality depended on PyXML before and b) hardly worked to
  begin with.
- Instead, output and require upon input datetime.datetime objects.
Lib/plat-mac/plistlib.py