6ce35be87f
- Import readline in the save_history handler. Otherwise the call to readline.write_history_file doesn't work (the readline import at the beginning of the file is already removed) and is silently ignored by the exception catcher. OBS-URL: https://build.opensuse.org/request/show/820864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/shared-python-startup?expand=0&rev=11
24 lines
937 B
Plaintext
24 lines
937 B
Plaintext
-------------------------------------------------------------------
|
||
Tue Jul 14 11:03:14 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||
|
||
- Import readline in the save_history handler. Otherwise the call
|
||
to readline.write_history_file doesn't work (the readline import
|
||
at the beginning of the file is already removed) and is silently
|
||
ignored by the exception catcher.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 27 13:18:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Correct suse_version value for SLE-12
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 4 18:17:30 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Setup Conflicts: so that older version of Python don’t collide
|
||
with this package.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 22 14:04:21 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Initial to write and package pythonstart script
|