<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#330033">
    <div class="moz-cite-prefix">On 2/11/2016 11:01 AM, Ethan Furman
      wrote:<br>
    </div>
    <blockquote cite="mid:56BCDA86.4010009@stoneleaf.us" type="cite">On
      02/11/2016 10:50 AM, Serhiy Storchaka wrote:
      <br>
      > I have strong preference for more strict and simpler rule,
      used by
      <br>
      > most other languages -- "only between two digits". Main
      arguments:
      <br>
      <br>
      > 2. Most languages use this rule. It is better to follow
      non-formal
      <br>
      > standard that invent the rule that differs from rules in
      every other
      <br>
      > language. This will help programmers that use multiple
      languages.
      <br>
      <br>
      If Python followed other languages in everything:
      <br>
      <br>
      1) Python would not need to exist; and
      <br>
      2) Python would suck  ;)
      <br>
      <br>
      If our rule is more permissive that other languages then
      cross-language developers can still use the same style in both
      languages, without penalizing those who want to use the extra
      freedom in Python.<br>
    </blockquote>
    <br>
    Ditto.<br>
    <br>
    If people need an idea to shoot down, regarding literal constants,
    and because I couldn't find a Python-Non-Ideas list to post this in,
    here is one.  Note that it is unambiguous, does not conflict with
    existing binary literals, but otherwise sucks.  Please vote this
    idea down with emphasis:<br>
    <br>
    Base 64 decoding literals:<br>
    <br>
    print( 0b64_CjMy_NTM0_Mjkw_NQ )<br>
    325342905<br>
  </body>
</html>