[docs] Bug found in python 3.5.1(Mac) in case of bit wise operator
Harpal Singh
er.harpal at live.com
Wed Jun 8 22:00:20 EDT 2016
Using latest version of python 3.5.1 (Mac)
x = 8
y= 5
result = x^y
print(result)
When I enter line 3 that is "result = x^y" it closes my window.
Singh Harpal
Mobile: +47-91688218
Email: er.harpal at live.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20160609/8879a82c/attachment.html>
More information about the docs
mailing list