8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c780d + a7eb3c7 commit 39e2bc3Copy full SHA for 39e2bc3
numpy/distutils/cpuinfo.py
@@ -681,13 +681,13 @@ def _has_3dnowext(self):
681
# cpu.is_Intel()
682
# cpu.is_Alpha()
683
#
684
-# print 'CPU information:',
+# print('CPU information:'),
685
# for name in dir(cpuinfo):
686
# if name[0]=='_' and name[1]!='_':
687
# r = getattr(cpu,name[1:])()
688
# if r:
689
# if r!=1:
690
-# print '%s=%s' %(name[1:],r),
+# print('%s=%s' %(name[1:],r))
691
# else:
692
-# print name[1:],
693
-# print
+# print(name[1:]),
+# print()
0 commit comments