python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] Adding syntax for units of measure Terry Reedy Tue Jun 23 01:00:18 2009
Tobias C. Rittweiler wrote:
Has anyone added special syntax to allow writing numeric literals with physical units? So you can write 12m + 34cm, and would get 12.34m.
Python-dev is for concrete discussion of development of the next versions. Questions and speculative discussion should generally be directed to python-list and concrete proposals to python-ideas.
There have been posts on this subject on python-list and you can search the archive. That list is mirrored as newsgroup gmane.comp.python.general at news.gmane.org, which I believe has its own searchable archive.
tjr _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] Adding syntax for units of measure Tobias C. Rittweiler
- Re: [Python-Dev] Adding syntax for units of measure Terry Reedy <=
- Re: [Python-Dev] Adding syntax for units of measure Christian Heimes
- Re: [Python-Dev] Adding syntax for units of measure Georg Brandl