This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Extending the datetime package by adding a workDayMath module
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: belopolsky, ezio.melotti, grantf
Priority: normal Keywords:

Created on 2013-01-15 16:07 by grantf, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
workDayMath.py grantf, 2013-01-15 16:07 contains two functions for workday addition and subtraction
Messages (2)
msg180029 - (view) Author: Grant (grantf) Date: 2013-01-15 16:07
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.
msg180031 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-01-15 16:11
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).  The module you attached also doesn't respect some of the guidelines listed in the PEP 8.
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61177
2013-01-15 16:11:50ezio.melottisetstatus: open -> closed

components: + Library (Lib), - Extension Modules
versions: + Python 3.4, - Python 2.7
nosy: + ezio.melotti

messages: + msg180031
resolution: rejected
stage: resolved
2013-01-15 16:07:47grantfcreate