I see the BMConfigParser() as the next big thing in the process of porting PyBitmessage to python3.
The porting process is already started in several forks, so I currently see no point to continue in my configparser branch. Instead I'll try to mock BMConfigParser() in tests and check other modules for python3 compatibility.
I see the
BMConfigParser()as the next big thing in the process of porting PyBitmessage to python3.The porting process is already started in several forks, so I currently see no point to continue in my
configparserbranch. Instead I'll try to mockBMConfigParser()in tests and check other modules for python3 compatibility.