Message3540

Author brosner
Recipients brosner, ok4rm
Date 2008-09-13.22:02:01
SpamBayes Score 0.0008278705
Marked as misclassified No
Message-id <1221343321.8.0.653346191358.issue1100@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a list of objects that exists in CPython on Windows, but not in 
Jython on Windows.

['O_BINARY', 'O_NOINHERIT', 'O_RANDOM', 'O_SEQUENTIAL', 'O_SHORT_LIVED', 
'O_TEMPORARY', 'O_TEXT', 'P_DETACH', 'P_NOWAIT', 'P_NOWAITO', 
'P_OVERLAY', 'P_WAIT', 'TMP_MAX', '__builtins__', '_copy_reg', 
'_execvpe', '_exists', '_get_exports_list', '_make_stat_result', 
'_make_statvfs_result', '_pickle_stat_result', '_pickle_statvfs_result', 
'abort', 'dup', 'dup2', 'execl', 'execle', 'execlp', 'execlpe', 'execv', 
'execve', 'execvp', 'execvpe', 'fstat', 'fsync', 'getcwdu', 'pipe', 
'spawnl', 'spawnle', 'spawnv', 'spawnve', 'startfile', 
'stat_float_times', 'statvfs_result', 'tempnam', 'times', 'tmpfile', 
'tmpnam', 'umask', 'waitpid']
History
Date User Action Args
2008-09-13 22:02:01brosnersetmessageid: <1221343321.8.0.653346191358.issue1100@psf.upfronthosting.co.za>
2008-09-13 22:02:01brosnersetrecipients: + brosner, ok4rm
2008-09-13 22:02:01brosnerlinkissue1100 messages
2008-09-13 22:02:01brosnercreate