[fvwmorg/fvwm] c49c6f: fvwm-menu-desktop now requires Python 3.
Jaimos <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm.devel |
|---|---|
| Message-ID | <5aaf78a68f6d0_7bb92ab88a0dfc106766e@hookshot-fe-cace476.cp1-iad.github.net.mail> |
Branch: refs/heads/js/fvwm-menu-desktop
Home: https://github.com/fvwmorg/fvwm
Commit: c49c6f05d9574c4c768e49fc1b2790b1669b7436
https://github.com/fvwmorg/fvwm/commit/c49c6f05d9574c4c768e49fc1b2790b1669b7436
Author: Jaimos <[email protected]>
Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths:
M bin/fvwm-menu-desktop.in
M configure.ac
Log Message:
-----------
fvwm-menu-desktop now requires Python 3.
* Python 3 is now the standard and Python 2 is EOL 2020.
* Python 3 has better character encoding and unicode support
that is not compatible with python 2. Due to this the
script no longer runs in python 2.
* Improved encoding error handling when encountering menu entries
with character encodings not in the current locale.