[Python-checkins] CVS: python/dist/src/Lib pdb.py
Skip Montanaro
skip at mojam.com
Fri Sep 10 20:07:27 EDT 1999
Gerrit> I understand that it isn't portable to Windows, but why isn't it
Gerrit> portable to JPython? Doesn't the os.popen function exist in
Gerrit> JPython? If so, why not?
Probably doesn't exist because it can't portably be supported everywhere.
JPython would have to call some sort of Java routine instead (if such a
beast even exists).
Skip Montanaro | http://www.mojam.com/
skip at mojam.com | http://www.musi-cal.com/~skip/
847-971-7098 | Python: Programming the way Guido indented...
More information about the Python-list
mailing list