Skip to content

Commit 21b178a

Browse files
committed
Remove very old known issue about python 3.3
1 parent 389da87 commit 21b178a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/known-issues.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ Known issues
77
environment. On windows, this can be tried as well, but is not reliable to
88
our knowledge.
99

10-
- **windows + python 3.3:** there is currently no satisfying way to close file
11-
handles in the MAD-X process or prevent them from being inherited by
12-
default. You have to make sure on your own that you close all file handles
13-
before creating a new ``cpymad.madx.Madx`` instance!
14-
1510
- the MAD-X ``USE`` command invalidates table row names. Therefore, using
1611
``Table.dframe()`` is unsafe after ``USE`` should be avoided, unless
1712
manually specifying an index, e.g. ``Table.dframe(index='name')``, see `#93`_.

0 commit comments

Comments
 (0)