mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2232fcef34
routines and types for Python.
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
This package contains three new object types for Python: DateTime,
|
|
DateTimeDelta and RelativeDateTime. These can be used to handle and
|
|
store date/time values and also allow some basic date/time
|
|
arithmetic. For full documentation see the home page.
|
|
|
|
WWW: http://starship.skyport.net/~lemburg/mxDateTime.html
|