psdash icon indicating copy to clipboard operation
psdash copied to clipboard

Upgrade for Python 3

Open zevaryx opened this issue 5 years ago • 2 comments

Upgrade to support Python 3

Drops support for Python 2, but since Python 2 has been deprecated, this should not be an issue

Known Issues

  • UnicodeDecodeError about wrong starting byte when opening some logs
    • Error handling for this error needs added. This wasn't an issue before due to Unicode not being native in Python 2

zevaryx avatar Sep 11 '20 21:09 zevaryx

Thanks for the PR. What's the reason for the bootstrap version bump?

Jahaja avatar Oct 01 '20 20:10 Jahaja

The Bootstrap version bump was due to Flask dropping support for Request.is_xhr, and to bundle all of the required JavaScript in a single file in bootstrap.bundle.min.js for all of the functionality. The bundle file wasn't an option in Bootstrap 3, and is new to Bootstrap 4

zevaryx avatar Oct 02 '20 13:10 zevaryx