[issue34907] calculation not working properly

2018-10-05 Thread Cem


New submission from Cem :

as shown below for some reason 15.06 + 5 results in an addition of 0.002 
and i want to know why its an bug or something im doing wrong but below it i 
tried it with 15.07 it works

--
components: Windows
files: Capture.PNG
messages: 327143
nosy: hwk_un1te, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: calculation not working properly
versions: Python 3.7
Added file: https://bugs.python.org/file47853/Capture.PNG

___
Python tracker 
<https://bugs.python.org/issue34907>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12846] unicodedata.normalize turkish letter problem

2011-08-26 Thread Cem YILDIZ

New submission from Cem YILDIZ :

unicodedata.normalize cannot convert turkish letter "ı" into "i":


import unicodedata
s = u"üfürükçü ağaç ve ıslıkçı çeşme"
print(shoehorn_unicode_into_ascii(s))
print unicodedata.normalize('NFKD', s).encode('ascii','ignore')

>> ufurukcu agac ve slkc cesme

but the result should be
>> ufurukcu agac ve islikci cesme

--
components: Unicode
messages: 143008
nosy: fizymania
priority: normal
severity: normal
status: open
title: unicodedata.normalize turkish letter problem
versions: Python 2.6

___
Python tracker 
<http://bugs.python.org/issue12846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12846] unicodedata.normalize turkish letter problem

2011-08-26 Thread Cem YILDIZ

Changes by Cem YILDIZ :


--
type:  -> behavior

___
Python tracker 
<http://bugs.python.org/issue12846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12846] unicodedata.normalize turkish letter problem

2011-08-26 Thread Cem YILDIZ

Cem YILDIZ  added the comment:

unicodedata.normalize cannot convert turkish letter "ı" into "i":


import unicodedata
s = u"üfürükçü ağaç ve ıslıkçı çeşme"

print unicodedata.normalize('NFKD', s).encode('ascii','ignore')

>> ufurukcu agac ve slkc cesme

but the result should be
>> ufurukcu agac ve islikci cesme

--

___
Python tracker 
<http://bugs.python.org/issue12846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4830] regrtest.py -u largefile test_io fails on OS X 10.5.6

2009-01-04 Thread Cem Karan

New submission from Cem Karan :

I'm running OS X 10.5.6 (uname -a == Darwin 9.6.0 Darwin Kernel Version 9.6.0: 
Mon Nov 
24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386) I get the 
following 
error after compiling Python 3.0.  Note that I have NOT installed it; I'm just 
trying 
to run the regression tests on the build.

Python-3.0 cfkaran2$ ./Lib/test/regrtest.py -u largefile test_io
  File "./Lib/test/regrtest.py", line 183
print(msg, file=sys.stderr)
   ^
SyntaxError: invalid syntax

I suspect that tester is not using the newly built python 3.0, but is using 
whatever 
is installed on the system, though I have not checked this at all.

--
components: Tests
messages: 79044
nosy: ironsmith
severity: normal
status: open
title: regrtest.py -u largefile test_io fails on OS X 10.5.6
type: crash
versions: Python 3.0

___
Python tracker 
<http://bugs.python.org/issue4830>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com