shared-python-startup/shared-python-startup.changes
Tomáš Chvátal 6ce35be87f Accepting request 820864 from home:alarrosa:branches:devel:languages:python:Factory
- 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
2020-07-14 12:39:50 +00:00

24 lines
937 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
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 dont collide
with this package.
-------------------------------------------------------------------
Fri Nov 22 14:04:21 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Initial to write and package pythonstart script