PirateMap icon indicating copy to clipboard operation
PirateMap copied to clipboard

Python3 support for great good

Open GabLeRoux opened this issue 8 years ago • 1 comments

I had to change a few things

  • print statement
  • tuple unpacking
  • dict.items() instead of dict.itermitems()

Everything is working as expected here :) This project is awesome :rocket:

GabLeRoux avatar May 31 '17 21:05 GabLeRoux

Yeah, not sure for the extra code, but I followed the instructions here: https://stackoverflow.com/questions/21892989/what-is-the-good-python3-equivalent-for-auto-tuple-unpacking-in-lambda

Also, in your PR, you miss the dict.items() as shown here: https://github.com/fogleman/PirateMap/pull/8/commits/0328f0a68d7893dd816b5f98a52319c275ab9513#diff-407fb5f050138c3c77090e3cb2af8897R19

GabLeRoux avatar May 31 '17 22:05 GabLeRoux