Skip to content

Commit 4825678

Browse files
committed
Add CHANGELOG entry for py.code merge
1 parent e43eaff commit 4825678

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919

2020
**Changes**
2121

22+
* **Important**: `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
23+
merged into the ``pytest`` repository as ``pytest._code``. This decision
24+
was made because ``py.code`` had very few uses outside ``pytest`` and the
25+
fact that it was in a different repository made it difficult to fix bugs on
26+
its code in a timely manner. The team hopes with this to be able to better
27+
refactor out and improve that code.
28+
This change shouldn't affect users, but it is useful to let users aware
29+
if they encounter any strange behavior.
30+
31+
Keep in mind that the code for ``pytest._code`` is **private** and
32+
**experimental**, so you definitely should not import it explicitly!
33+
34+
Please note that the original ``py.code`` is still available in
35+
`pylib <http://pylib.readthedocs.org>`_.
36+
2237
* ``pytest_enter_pdb`` now optionally receives the pytest config object.
2338
Thanks `@nicoddemus`_ for the PR.
2439

0 commit comments

Comments
 (0)