bug #1535 fixed negative number lexing (fabpot)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 14 Oct 2014 16:19:19 +0000 (18:19 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 14 Oct 2014 16:19:19 +0000 (18:19 +0200)
commit7bda3b61037fdfcae159b490053cfb3d0c5bc43f
treea262577d96de5463c0562dc790e5876841014501
parentc86e621e09ffbfe9f7d082476fc01d32b1f759fb
parentbf541bf2495fae9edcf45122b63f4dce2591d093
bug #1535 fixed negative number lexing (fabpot)

This PR was merged into the 1.16-dev branch.

Discussion
----------

fixed negative number lexing

Fixes #1368 and #1322.

I don't see it breaking BC as relying on the current way seems weird to me.

Commits
-------

bf541bf fixed negative number lexing
CHANGELOG