simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Oct 8 23:45:12 BST 2017


TL;DR:
  28592f1 In Python 2, use int and string where possible.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-10-08 23:45:12

commit 28592f103aa60a5e950755aaf332d983a7c9609b
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=28592f103aa60a5e950755aaf332d983a7c9609b;hp=8740e9b24f2be368735045f65f3b30ccb1af2c6a
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Oct 8 23:43:37 2017 +0100

    In Python 2, use int and string where possible.
    
    This means that you don't get the annoying L suffix on repr of every
    continued fraction term you retrieve, for example. It shouldn't make
    any other difference, but that one by itself is worth not getting
    annoyed by all the time!

 python/pyspig.cpp | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)



More information about the tartarus-commits mailing list