how does not work nested comment in python?

2013-09-03 Thread vnkumbhani
example: print "hello" # print comment +"world"=> single line comment print "hello" '''print comment''' +"world" => multiple line comment -- https://mail.python.org/mailman/listinfo/python-list

how to detect comment in source code file ?

2013-09-03 Thread vnkumbhani
how works python interpreter for finding comment ? if possible find nested comment ? -- https://mail.python.org/mailman/listinfo/python-list