Skip to content

Commit 49505b9

Browse files
Merge pull request #939 from ARMmbed/remove-py3-warning
Remove warning about Python 3
2 parents 4636d84 + 6f3ef4c commit 49505b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mbed/mbed.py

-4
Original file line numberDiff line numberDiff line change
@@ -3427,10 +3427,6 @@ def main():
34273427
log(ver+"\n")
34283428
sys.exit(0)
34293429

3430-
# Python 3 backwards compatability warning
3431-
if sys.version_info[0] == 3:
3432-
warning("Python 3 is not yet fully supported: Python errors may occur when compiling, testing and exporting")
3433-
34343430
pargs, remainder = parser.parse_known_args()
34353431
status = 1
34363432

0 commit comments

Comments
 (0)