[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana
Ana added the comment: 1) The OS: Mojave 10.14.6 2) Python is currently here: /usr/local/bin/python 3)Pip is here: /usr/local/bin/pip Here is pip -V: pip 19.2.3 from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8) 4)I know it’s in beta, but I am

[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: What issues to you see? What operating system and version are you on? How did you install Python? Note that Python 3.8 is still in beta and therefore a lot of 3th party libraries do no yet have binary wheels available. You therefore likely need a

[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana
New submission from Ana : So, all in all, if I try to install Numpy, SciPy, pandas or any related libraries via pip I see several issues, no AIX version written (somewhere?) for Python 3.8, as well as pip addresses to mkl_rt, which is not found in the path. I am trying to use python3.8 as a

[issue24416] Have date.isocalendar() return a structseq instance

2019-09-04 Thread STINNER Victor
STINNER Victor added the comment: The main blocker issue (if we decide to accept this feature) is the pickle serialization issue. Serhiy Storchaka: > No, it is not fully backwards-compatible. First, if pickle a namedtuple, it > can't be unpickled in previous versions. Would it be possible

[issue38026] inspect.getattr_static should avoid dynamic lookup

2019-09-04 Thread Inada Naoki
Change by Inada Naoki : -- keywords: +patch pull_requests: +15336 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15676 ___ Python tracker ___

[issue38026] inspect.getattr_static should avoid dynamic lookup

2019-09-04 Thread Inada Naoki
New submission from Inada Naoki : Reported here: https://github.com/python/cpython/commit/feaefc7f60cd3be7bf4ecc2b73e77d2bfe048403 I merged GH-5351 but it broke inspect.getattr_static behavior. It should be reverted. -- components: Library (Lib) keywords: 3.8regression messages:

[issue38025] format

2019-09-04 Thread Eric V. Smith
Eric V. Smith added the comment: When you convert the integer to a float (because of the 'f' in the first format spec), you're losing precision. See: https://docs.python.org/3/tutorial/floatingpoint.html and

[issue38025] format

2019-09-04 Thread Daniel Futterweit
New submission from Daniel Futterweit : f'{10001323121:,.0f}' returns: '10,000,000,000,000,001,761,595,319,084,122,112' f'{10001323121:,}' returns: '10,000,000,000,000,001,323,120,000,000,000,001' --

[issue38025] format

2019-09-04 Thread Daniel Futterweit
Change by Daniel Futterweit : -- nosy: Daniel_Python priority: normal severity: normal status: open title: format type: behavior versions: Python 3.7 ___ Python tracker ___

[issue38006] Crash in remove() weak reference callback of weakref.WeakValueDictionary at Python exit

2019-09-04 Thread Inada Naoki
Change by Inada Naoki : -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38024] adding or subtracting decimals

2019-09-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue38024] adding or subtracting decimals

2019-09-04 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please include the text of the repl session in issue so that it would be easy to copy past and also more accessible. The issue is as below in the attached image. I guess this is due to floating point representation and has some possible solutions

[issue38024] adding or subtracting decimals

2019-09-04 Thread QA.Nathaniel Logarta
New submission from QA.Nathaniel Logarta : Just try to add decimals It doesn't have any trigger on my end As long as it is a complex decimal or adding decimal zeroes to non-zero -- components: Windows files: adding or subtracting decimals.PNG messages: 351117 nosy: QA.Nathaniel

failed to install anaconda packages

2019-09-04 Thread Mangwendeza Simbarashe
-- https://mail.python.org/mailman/listinfo/python-list

[issue37970] urllib.parse docstrings incomplete

2019-09-04 Thread sushma
sushma added the comment: hello! I can see that we might want to add documentation for splitting netloc, but I don't understand why we'd have scheme and netloc, but nothing for path and query. What are you suggesting we add for scheme/allow_fragements? Thanks! -- nosy:

<    1   2