pyaccumulo icon indicating copy to clipboard operation
pyaccumulo copied to clipboard

python3 support?

Open caheredia opened this issue 6 years ago • 3 comments

any plans for for porting this over to python3?

caheredia avatar Jul 24 '19 22:07 caheredia

Latest commits are in 2016. I think the original developers aren't active on this project any more. I'll mark this ticket as "Help Wanted" maybe somebody will be interested in contributing that at some point.

ctubbsii avatar Jul 24 '19 23:07 ctubbsii

thanks!

caheredia avatar Jul 25 '19 22:07 caheredia

looks like the tests and API are pretty dependent upon the old python2.7 string behavior

in order to not break old code, the API will have to be byte strings (b"hello" vs. "hello" in python3)

that may or may not be the desired outcome, as i suspect most will want to just work with normal python3 strings

maxthomas avatar Aug 02 '19 01:08 maxthomas