yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.
MIT License
464 stars 97 forks source link

Fixes for changed constants. #125

Closed VorpalBlade closed 3 years ago

VorpalBlade commented 3 years ago

New values correct as of SWIPL 8.2.4. According to git history the change was done for SWI-Prolog 8.1.22. This partially fixes issue #124.

VorpalBlade commented 3 years ago

Sure, done. Sorry for the late reply, been away for some time.

yuce commented 3 years ago

Thanks!