Kaydet (Commit) ab89f9c2 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

merge

......@@ -632,8 +632,7 @@ for disambiguation with C-style octal literals, which Python used before version
Some examples of integer literals::
7 2147483647 0o177 0b100110111
3 79228162514264337593543950336 0o377 0x100000000
79228162514264337593543950336 0xdeadbeef
3 79228162514264337593543950336 0o377 0xdeadbeef
.. _floating:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment