COCOMO - appropriate for languages like Python?

Skip Montanaro skip at pobox.com
Mon Jul 8 14:42:08 EDT 2002


    Andrae> Hint:  Do-not use gets()!!!

Thanks for the elementary C security tutorial, but it really wasn't
necessary.  I wanted to use gets() because it was semantically the closest
to file objects' readline() method (read a line from sys.stdin in this
case).  Yes, I could have used fgets(s, 80, stdin) or something similar.
That wasn't the point of the post.  I was asking about COCOMO.

-- 
Skip Montanaro
skip at pobox.com
consulting: http://manatee.mojam.com/~skip/resume.html





More information about the Python-list mailing list