And https://github.com/brondsem/python-mediawiki/tree/py3 I did some testing within that codebase. Was able to run nosetests forgewiki.tests.test_converters:test_mediawiki2markdown successfully on py3. Wasn't able to run forgeimporters.github.tests.test_wiki:TestGitHubWikiImporter.test_convert_markup_with_mediawiki2markdown since it pulls in tons of other allura code that isn't py3-ready. So possible certain py3 situations with that library will need a later fix when we run into them. Need to do a merge request, and if needed, fork the project and republish, if its not maintained any more.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
db/8347
And https://github.com/brondsem/python-mediawiki/tree/py3 I did some testing within that codebase. Was able to run
nosetests forgewiki.tests.test_converters:test_mediawiki2markdown
successfully on py3. Wasn't able to runforgeimporters.github.tests.test_wiki:TestGitHubWikiImporter.test_convert_markup_with_mediawiki2markdown
since it pulls in tons of other allura code that isn't py3-ready. So possible certain py3 situations with that library will need a later fix when we run into them. Need to do a merge request, and if needed, fork the project and republish, if its not maintained any more.db/8347 Merged.