Author: Preston Timmons <[email protected]>
Branch: py3k
Changeset: r53571:db37aa9ad8f2
Date: 2012-03-13 19:22 +0000
http://bitbucket.org/pypy/pypy/changeset/db37aa9ad8f2/
Log: Also removed tmpfile, tmpnam, and tempnam from the appleveldefs.
diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py
--- a/pypy/module/posix/__init__.py
+++ b/pypy/module/posix/__init__.py
@@ -35,9 +35,6 @@
appleveldefs = {
'error' : 'app_posix.error',
'stat_result': 'app_posix.stat_result',
- 'tmpfile' : 'app_posix.tmpfile',
- 'tmpnam' : 'app_posix.tmpnam',
- 'tempnam' : 'app_posix.tempnam',
}
if os.name == 'nt':
appleveldefs.update({
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit