Menu

#3 Comments only work when # is the first character

closed-fixed
v1pEr
script (3)
7
2010-07-30
2010-07-29
v1pEr
No

This comment works:
# this is a comment

This comment doesn't work:
# this is a comment

Discussion

  • v1pEr

    v1pEr - 2010-07-29

    lstrip should be used to strip any characters prior the comment sign, see http://docs.python.org/library/stdtypes.html#str.lstrip for more details

     
  • v1pEr

    v1pEr - 2010-07-30
    • status: open --> closed-fixed
     
  • v1pEr

    v1pEr - 2010-07-30

    Fixed in revision 13

     

Log in to post a comment.