On Thu, Jan 23, 2014 at 2:36 PM, Mark Lawrence <breamore...@yahoo.co.uk>wrote:

> FTR string.maketrans is gone from Python 3.2+.  Quoting from
> http://docs.python.org/dev/whatsnew/3.2.html#porting-to-python-3-2 "The
> previously deprecated string.maketrans() function has been removed in favor
> of the static methods bytes.maketrans() and bytearray.maketrans(). This
> change solves the confusion around which types were supported by the string
> module. Now, str, bytes, and bytearray each have their own maketrans and
> translate methods with intermediate translation tables of the appropriate
> type."
>

​Thanks for pointing this out Mark, ​I will soon be running this on 3.3+


Vincent Davis
720-301-3003
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to