[issue16973] Extending the datetime package by adding a workDayMath module

2013-01-15 Thread Ezio Melotti
Ezio Melotti added the comment: I think it would be better to propose this on the Python-ideas mailing list first. Adding a new module usually requires a PEP, and the module should be tested "in the wild" beforehand (i.e. it should be published on PyPI and should have a decent user base). Th

[issue16973] Extending the datetime package by adding a workDayMath module

2013-01-15 Thread Grant
New submission from Grant: This module would allow programmers to perform high level workday addition and subtraction - a commonly needed function in the finance and accounting world not yet provided in a standard python module. -- components: Extension Modules files: workDayMath.py me