mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
70de13a394
Most int traits are now Integers Integer differs from Long only in that small `long`s are cast to `int`, rather than all `int`s being cast to `long`: Integer(4L) => 4 Long(4) => 4L closes gh-942, closes gh-996. Rebased to avoid recursive merge for just one commit. |
||
---|---|---|
.. | ||
frontend/html/notebook | ||
testing | ||
utils/tests |