Pull request #43 has been updated by Preston Timmons to include new changes.
https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules Title: Sprint: Fixes for py3k modules Creator: Preston Timmons Fixes for the math, itertools, _socket, and posix modules. Updated list of changes: 9fb85478f6e6 by Preston Timmons: "Removed tmpfile, tmpnam, and tempnam from the posix_app as well. That should be …" db37aa9ad8f2 by Preston Timmons: "Also removed tmpfile, tmpnam, and tempnam from the appleveldefs." 90afa8ce9ff5 by Preston Timmons: "Updated posix module for py3k. Removed tmpnam(), tempnam(), and tmpfile() which…" 3d88633c8e56 by Preston Timmons: "Updated itertools functions for py3k. - The izip function no longer exists …" 43adfe9796b8 by Preston Timmons: "Merged." f28a91d1cd73 by Preston Timmons: "Fixed _socket tests for py3k." 9be592a78766 by Preston Timmons: "Merged." afba3cd9a570 by Preston Timmons: "Fixed module for py3k. The log1p function now raises a ValueError instead of an…" -- This is an issue notification from bitbucket.org. You are receiving this either because you are the participating in a pull request, or you are following it. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
