xonsh/news/nllpr-ptk2.rst
Alexander Sosedkin 3bea700515 no lazy load pkg_resources, ptk2 edition
As per an insightful comment by @matheus2740:
https://github.com/xonsh/xonsh/issues/2944#issuecomment-443534690
pull request #2695 only covered ptk1.
This commit replicates it for ptk2.

Closes #2944.
2019-03-16 03:21:45 +07:00

27 lines
378 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed issue with pygments-cache not properly generating a cache the first
time when using prompt-toolkit when using ``ptk2``.
This was due to a lingering lazy import of ``pkg_resources``
that has been removed.
**Security:**
* <news item>