1
0

Accepting request 766679 from home:mcalabkova:branches:devel:languages:python

- update to 3.7
  * Add new sort argument to simplify() to optionally not sort when 
    simplifying expressions (e.g. not applying "commutativity").
  * Add new argument to tokenizer to optionally accept extra 
    characters in symbol tokens.

OBS-URL: https://build.opensuse.org/request/show/766679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-01-23 17:53:16 +00:00
committed by Git OBS Bridge
parent cd24ae068b
commit b36ece4728
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 23 17:34:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.7
* Add new sort argument to simplify() to optionally not sort when
simplifying expressions (e.g. not applying "commutativity").
* Add new argument to tokenizer to optionally accept extra
characters in symbol tokens.
-------------------------------------------------------------------
Tue Sep 10 07:14:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>