Python wart

Peter Cacioppi peter.cacioppi at gmail.com
Fri Nov 1 21:11:00 EDT 2013


Chris said :

" I almost exclusively use C-style formatted strings, even sometimes going to the extent of using fopen() just so I can use fprintf() rather than fstream. Also, I often create a class something like this: "

Ditto all that, to include the special class I cooked up to handle printf issues in an object based way.

In general, I liked all the C++ additions a lot. I really liked the STL. But I don't know what Bjarne was thinking with the streams.



More information about the Python-list mailing list