bunch icon indicating copy to clipboard operation
bunch copied to clipboard

bunch 1.0.1 is not compatible with python 3.11

Open cjkrolak opened this issue 2 years ago • 2 comments

in setup.py line 11:

package_file = open(join(HERE, 'bunch/__init__.py'), 'rU')

"U" option for universal newline is no longer supported in python 3.11

cjkrolak avatar Jan 27 '23 13:01 cjkrolak

I'm forking here for python 3 only: https://github.com/wilbertom/bunch-py3

wilbertom avatar Jun 15 '23 04:06 wilbertom

Note that there appears to be another fork at https://github.com/Infinidat/munch , which is what @cjkrolak ended up using.

rrauenza avatar Oct 25 '23 17:10 rrauenza