File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ The released versions correspond to PyPi releases.
33
44## Unreleased
55
6+ ## [Version 4.6.1](https://pypi.python.org/pypi/pyfakefs/4.6.1) (2022-07-13)
7+ Fixes incompatibility with Python 3.11 beta 4.
8+
9+ _Note_: Python 3.11 is only supported in the current beta 4 version, problems
10+ with later beta or rc versions are still possible. We will try to fix such
11+ problems in short order should they appear.
12+
613### Fixes
714* added support for `opener` argument in `open`, which is used in `tempfile`
815 in Python 3.11 since beta 4 (see [#686](../../issues/686))
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = '4.6 '
69+ version = '4.7 '
7070# The full version, including alpha/beta/rc tags.
71- release = '4.6 .dev0'
71+ release = '4.7 .dev0'
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments