summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2010q4/000347.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2010q4/000347.html')
-rw-r--r--pipermail/pycrypto/2010q4/000347.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2010q4/000347.html b/pipermail/pycrypto/2010q4/000347.html
new file mode 100644
index 0000000..d8cbbb8
--- /dev/null
+++ b/pipermail/pycrypto/2010q4/000347.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Python 3.x vs. Python 2.1 - prep the axe
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Python%203.x%20vs.%20Python%202.1%20-%20prep%20the%20axe&In-Reply-To=d6af11c0-4ac9-4108-8a6b-becb60f13a0e%40email.android.com">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000345.html">
+ <LINK REL="Next" HREF="000351.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Python 3.x vs. Python 2.1 - prep the axe</H1>
+ <B>Thorsten Behrens</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Python%203.x%20vs.%20Python%202.1%20-%20prep%20the%20axe&In-Reply-To=d6af11c0-4ac9-4108-8a6b-becb60f13a0e%40email.android.com"
+ TITLE="[pycrypto] Python 3.x vs. Python 2.1 - prep the axe">sbehrens at gmx.li
+ </A><BR>
+ <I>Wed Dec 29 03:55:13 CST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000345.html">[pycrypto] Python 3.x vs. Python 2.1 - prep the axe
+</A></li>
+ <LI>Next message: <A HREF="000351.html">[pycrypto] Python 3.x vs. Python 2.1 - prep the axe
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#347">[ date ]</a>
+ <a href="thread.html#347">[ thread ]</a>
+ <a href="subject.html#347">[ subject ]</a>
+ <a href="author.html#347">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 12/29/2010 1:39 AM, Dwayne C. Litzenberger wrote:
+&gt;<i> To do integer division a/b across Python 2.1 through 2.7 (including support for floatdiv), PyCrypto already uses divmod(a,b)[0] IIRC.
+</I>Clever. That would explain why I only ran into one instance of integer
+division causing issues. I'll remove the floordiv/py21floordiv hack and
+replace with divmod(a,b)[0].
+
+</PRE>
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000345.html">[pycrypto] Python 3.x vs. Python 2.1 - prep the axe
+</A></li>
+ <LI>Next message: <A HREF="000351.html">[pycrypto] Python 3.x vs. Python 2.1 - prep the axe
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#347">[ date ]</a>
+ <a href="thread.html#347">[ thread ]</a>
+ <a href="subject.html#347">[ subject ]</a>
+ <a href="author.html#347">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">More information about the pycrypto
+mailing list</a><br>
+</body></html>