New submission from Ulrich Eckhardt <eckha...@satorlaser.com>: The attached patch is for sysmodule.c, it contains two changes:
1. The check whether stdin is a directory is rewritten without using fstat(), which doesn't exist under CE. 2. Replacing sys.argv[0] with the full path is skipped, CE doesn't have a current working dir or paths relative to it, so it must already be an absolute path. ---------- components: Interpreter Core files: python-2.7-wince-sysmodule.0.patch keywords: patch messages: 79600 nosy: eckhardt severity: normal status: open title: Port sysmodule.c to MS Windows CE type: feature request versions: Python 2.7 Added file: http://bugs.python.org/file12685/python-2.7-wince-sysmodule.0.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4915> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com