<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#330033" bgcolor="#ffffff">
    On 3/29/2011 12:10 PM, Toshio Kuratomi wrote:
    <blockquote cite="mid:20110329191058.GJ3698@unaka.lan" type="cite">
      <pre wrap="">The possible flaw in python is this:  Code like the blog poster wrote passes
python3 without an error or a warning.  This gives the programmer no
feedback that they're doing something wrong until it actually bites them in
the foot in deployed code.
</pre>
    </blockquote>
    <br>
    Yes there is a certain level of knowledge required of the system
    configuration and python defaults for accessing the system for
    things like filenames.&nbsp; It can be coded in any of several ways.<br>
    <br>
    But by the above definition of "possible flaw", that seems
    equivalent to saying that Python should give a warning for things
    like<br>
    <br>
    os.unlink("my-most-important-file.doc")<br>
  </body>
</html>