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.

Author lemburg
Recipients belopolsky, eric.smith, ezio.melotti, ggenellina, lemburg, loewis, lukasz.langa, mark.dickinson, pitrou, rhettinger, skrah, tchrist, terry.reedy
Date 2013-06-11.06:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370933717.84.0.816224812267.issue6632@psf.upfronthosting.co.za>
In-reply-to
Content
[In the light of the current discussion on python-ideas regarding adding support for the Unicode minus sign]

I'm +1 on adding support for the minus code point, since
it's the correct correspondent to the plus code point in Unicode.
The traditional ASCII "-" is a compromise between a mathematical
minus and a hyphen.

https://en.wikipedia.org/wiki/Hyphen-minus

While we're at it, we should probably also include the
FULLWIDTH PLUS SIGN (U+FF0B) and SUPERSCRIPT PLUS SIGN (U+207A)
as alternative for the plus sign, and additionally the
SUPERSCRIPT MINUS (U+207B) as alternative for the minus
sign.

http://en.wikipedia.org/wiki/Minus_sign

I'm also +1 on adding support for other mathematical symbols used in parsing numbers, but only if their purpose is clearly defined in the Unicode database (i.e. accepting an "e" in some other script for exponential notation should not be allowed).
History
Date User Action Args
2013-06-11 06:55:17lemburgsetrecipients: + lemburg, loewis, rhettinger, terry.reedy, mark.dickinson, belopolsky, ggenellina, pitrou, eric.smith, ezio.melotti, skrah, lukasz.langa, tchrist
2013-06-11 06:55:17lemburgsetmessageid: <1370933717.84.0.816224812267.issue6632@psf.upfronthosting.co.za>
2013-06-11 06:55:17lemburglinkissue6632 messages
2013-06-11 06:55:17lemburgcreate