<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/18/2014 1:27 PM, Greg Ewing wrote:<br>
    </div>
    <blockquote cite="mid:5303D033.7070505@canterbury.ac.nz" type="cite">M.-A.
      Lemburg wrote:
      <br>
      <blockquote type="cite" style="color: #000000;">The alternative
        would be adding a new singleton to mean mostly
        <br>
        the same thing as None, but having the property of comparing
        <br>
        less than all other objects and then recommend its use in the
        <br>
        DB-API for Python 3 applications...
        <br>
      </blockquote>
      <br>
      Which I think would be a <b class="moz-txt-star"><span
          class="moz-txt-tag">*</span>really bad<span
          class="moz-txt-tag">*</span></b> idea, because
      <br>
      there would then no longer be One Obvious Way to
      <br>
      represent and process null values.
      <br>
      <br>
      E.g. you would no longer be able to write
      <br>
      'value is None' and trust it to work on all kinds
      <br>
      of null value you're likely to get.
    </blockquote>
    <br>
    Of course you couldn't... value is None would never work full Null
    values, only for None, like it should.<br>
    <br>
  </body>
</html>