[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
pullrequests-noreply at bitbucket.org
Tue Mar 13 19:52:59 CET 2012
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
Updated math module tests, changed log1p to raise ValueError with -1.
Renamed izip_longest to zip_longest. Removed izip.
Fixed socket tests.
Updated list of changes:
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.
More information about the pypy-commit
mailing list