##// END OF EJS Templates
Update autoreload.py...
nouman -
Show More
@@ -95,6 +95,10 b' Some of the known remaining caveats are:'
95 before it is reloaded are not upgraded.
95 before it is reloaded are not upgraded.
96
96
97 - C extension modules cannot be reloaded, and so cannot be autoreloaded.
97 - C extension modules cannot be reloaded, and so cannot be autoreloaded.
98
99 - While comparing Enum and Flag, the 'is' Identity Operator is used (even in the case '==' has been used (Similar to the 'None' keyword)).
100
101 - Reloading a module, or importing the same module by a different name, creates new Enums. These may look the same, but are not.
98 """
102 """
99
103
100 __skip_doctest__ = True
104 __skip_doctest__ = True
General Comments 0
You need to be logged in to leave comments. Login now