> Speaking for myself, not for Paul, I guess my big objection would be > that there would be too many collisions with other interpretations. > Eg, does "5m" mean "5 minutes", "5 meters", or "the number 0.005"? Or > perhaps "5 minutes of arc"?
Just to clarify, the proposition was actually `5min`, and that it would mean `datetime.timedelta(minutes=5)`. - Pål
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/