[issue28362] Deprecation warning doesn't stand out enough

2016-10-04 Thread Mariatta Wijaya

New submission from Mariatta Wijaya:

In documentation for python 3.3, the deprecation warning is rendered in a red 
box which is more eye-catching.

eg https://docs.python.org/3.3/library/imp.html?highlight=imp#module-imp

But since python 3.4 onwards, seems like the red box disappears and the 
deprecation warning message no longer stands out.

for example
https://docs.python.org/3.4/library/imp.html?highlight=imp#module-imp

I kinda prefer like the older style (with the red box).

--
assignee: docs@python
components: Documentation
messages: 278103
nosy: Mariatta, docs@python
priority: normal
severity: normal
status: open
title: Deprecation warning doesn't stand out enough
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

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



[issue9850] obsolete macpath module dangerously broken and should be removed

2016-10-04 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

I'm just reading PEP-4 now for procedure of declaring a module deprecated.
Should PEP-4 page be updated with the proposal / info for macpath deprecation?

https://www.python.org/dev/peps/pep-0004/

Thanks.

--

___
Python tracker 

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



[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

2016-10-04 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
nosy: +Mariatta

___
Python tracker 

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



[issue28201] dict: perturb shift should be done when first conflict

2016-10-04 Thread INADA Naoki

INADA Naoki added the comment:

Fixed conflict with current 3.6 branch, and added NEWS entry.

--
Added file: http://bugs.python.org/file44966/dict-perturb-shift2.patch

___
Python tracker 

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




[issue26869] unittest longMessage docs

2016-10-04 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Hi, please review the updated documentation.

Thanks.

--
keywords: +patch
Added file: http://bugs.python.org/file44965/issue26869.patch

___
Python tracker 

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



[issue28329] Add support for customizing scheduler's timefunc and delayfunc using subclassing

2016-10-04 Thread Raymond Hettinger

Raymond Hettinger added the comment:

Sorry, I'm going to decline this patch because 1) there is no evidence this is 
needed (i.e. hasn't ever been requested in the long life of this ancient 
module), 2) it adds API complexity (zen:  there should be one-- and preferably 
only one --obvious way to do it), and 3) it feels more like feature creep than 
something that is truly useful (i.e. more a personal stylistic choice than a 
new capability).

--
resolution:  -> rejected
status: open -> closed

___
Python tracker 

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



[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread R. David Murray

R. David Murray added the comment:

I've removed the easy tag.  (Aside for those who can do the operation: to 
remove all tags from an issue one must select '-no selection-'; just 
ctrl-clicking the last tag to remove its highlight doesn't work...or at least 
that's what I remember, I didn't actually test it this time.)

--
nosy: +r.david.murray

___
Python tracker 

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



[issue20491] textwrap: Non-breaking space not honored

2016-10-04 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
nosy: +Mariatta

___
Python tracker 

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



[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread R. David Murray

Changes by R. David Murray :


--
keywords:  -easy

___
Python tracker 

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



[issue28361] BETA report: Python3.6 names pip pip3.6 (and why is the other name pip3)

2016-10-04 Thread R. David Murray

R. David Murray added the comment:

There's really not much point in opening an issue in the pip tracker; this is 
working as designed, as Zach explained.  On posix you "shouldn't" be using pip 
outside of a virtual environment anyway :)

--
nosy: +r.david.murray

___
Python tracker 

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



[issue20491] textwrap: Non-breaking space not honored

2016-10-04 Thread R. David Murray

Changes by R. David Murray :


--
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4

___
Python tracker 

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



[issue28288] Expose environment variable for Py_Py3kWarningFlag

2016-10-04 Thread Roy Williams

Roy Williams added the comment:

Thanks for the feedback Berker!  This is my first CPython patch :D.

Added in a note in pyporting.  I actually did a much more detailed write up 
here https://gist.github.com/rowillia/c0feed97c1863b2d8e5a3ed73712df65, but it 
seems a bit verbose for this document.

--
Added file: http://bugs.python.org/file44964/pythonenable3kwarningsflag.patch

___
Python tracker 

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



[issue28264] Turtle.onclick events blocked by Turtle.stamp

2016-10-04 Thread George Fagin

George Fagin added the comment:

Now you've got it. Clicking on the turtle results in an event message - at 
which point I spin the turtle and issue the message to make it clear that the 
message arrived. However, if you try doing that after a 'Turtle.stamp()' the 
message never comes. Issuing any of the other commands with the buttons will 
address the problem.

This is why I think it's related to z-order: by doing something else the turtle 
gets focus again, and the OnClick event messages resume (until the next stamp).

Thanks for taking time to look at this - I do appreciate it.

--

___
Python tracker 

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



[issue20491] textwrap: Non-breaking space not honored

2016-10-04 Thread R. David Murray

R. David Murray added the comment:

It probably just got forgotten.  If you want to help move it forward please do 
a review of the patch (see 
https://docs.python.org/devguide/tracker.html#reviewing-patches), including 
whether or not all outstanding review comments have been addressed, and post 
your recommendations here.

--
nosy: +r.david.murray

___
Python tracker 

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



[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Jaysinh, unless a patch for 3.5 does not cleanly apply to 3.6, or the patch 
must be different in 3.6*, no 3.6 patch is needed.  Ditto for 3.7/default. 
Mariatta's patch merged forward without problem. *In this case, 'must be 
different' would be because there are different code examples.

The same is true for 2.7 if the 3.x patch applies cleanly there (though this is 
less common there).  Mariatta's patch also applied to 2.7, though as I 
reported, I found one more change for 2.7.

So when you revise in response to comments, one of each patch is enough unless 
you know more are needed, in which case say so.  If there are problems 
forward-merging the other_rst patch, please report first before preparing a 3.6 
patch.  If there were a problem with just one of the files, I would prpbably 
want a 3.6 patch just for the one file.

I discovered a deeper problem.  In spite of the doctest annotations, the 
doctests is not run on the ctypes doc and at least one of the tracebacks is 
wrong.

>>> windll.kernel32.GetModuleHandleA()  # doctest: +WINDOWS   Traceback 
>>> (most recent call last):
  File "", line 1, in ?  
ValueError: Procedure probably called with not enough arguments (4 bytes 
missing)
>>> windll.kernel32.GetModuleHandleA(0, 0)  # doctest: +WINDOWS
Traceback (most recent call last):
  File "", line 1, in ? ValueError: Procedure probably called with 
too many arguments (4 bytes in excess)

whereas, on Win10, 3.5
>>> from ctypes import *
>>> windll.kernel32.GetModuleHandleA()
0
>>> windll.kernel32.GetModuleHandleA(0, 0)
480968704

However, when I ran make doctest, these did not show up, but they were not run. 
 I will worry about this as a separate issue.

>>> windll.kernel32.GetModuleHandleA()
477822976
>>> windll.kernel32.GetModuleHandleA(0, 0)
477822976

--

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

Besides correcting a small error, also my attempt to follow the
guidelines to not import *, but to actually specify all bits
that are to be imported.

This is a patch compered to Python-3.6b1

--
hgrepos: +359
Added file: http://bugs.python.org/file44963/aix-library.161004.patch

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Changes by Michael Felt :


Added file: http://bugs.python.org/file44962/aix-modules.161004.patch

___
Python tracker 

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



[issue28276] test_loading.py - false positive result for "def test_find" when find_library() is not functional or the (shared) library does not exist

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

On 01-Oct-16 05:57, Martin Panter wrote:
> Martin Panter added the comment:
>
> Other tests in this file skip the test if libc_name is None. So I think it 
> would make more sense to skip the test rather than fail in test_find(). I.e.
>
> if not found:
>  self.skipTest("Could not find c and m libraries")
>
> If you are confident that find_library() will always find libc on AIX, 
> perhaps you can suggest an extra test (or add to an existing test), to first 
> check for the AIX platform, and only then fail if find_library() returned 
> None.
Yes, I am confident - it is part of the core run-time environment:
  # lslpp -w | grep libc.a
   /usr/ccs/lib/libc.a bos.rte.libc File
   /usr/lib/libc.a bos.rte.libc Symlink
   /usr/lib/threads/libc.a bos.rte.libc Symlink

And, bos.rte.libc cannot be uninstalled:

   SELECTED FILESETS:  The following is a list of filesets that you asked to
   remove.  They cannot be removed until all of their dependent filesets
   are also removed.  See subsequent lists for details of dependents.

 bos.rte.libc 5.3.7.0  # Base Level Fileset

   NON-DEINSTALLABLE DEPENDENTS:  The following filesets depend upon one or
   more of the selected filesets listed above.  These dependents should
   be removed before the selected filesets.  Deinstallability checks 
indicate
   that these dependents should not be removed from the system; 
therefore, the
   selected filesets cannot be removed.

 bos.mp64 5.3.7.0  # Base Operating System 
64-bit...
 bos.rte 5.3.7.0   # Base Level Fileset
 devices.chrp.IBM.lhea.rte 5.3.7.0 # Host Ethernet Adapter 
(HEA) ...
 devices.chrp.base.rte 5.3.7.0 # RISC PC Base System 
Device S...
 devices.chrp.vdevice.rte 5.3.7.0  # Virtual I/O Bus Support
 devices.vdevice.IBM.v-scsi.rte 5.3.7.0# Virtual SCSI Client Support
 ifor_ls.base.cli 5.3.7.0  # License Use Management 
Runti...

I gave up counting the number of dependents that "officially" are 
dependents on bos.rte.libc after the count went above 200 - on a vanilla 
system install.

I'll make a different test (skip if not aix) that find_library("c") must 
succeed. The load has already been tested - with libc_name already 
hard-coded.

>
> --
>
> ___
> Python tracker 
> 
> ___

--
nosy: +aixto...@gmail.com

___
Python tracker 

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



[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Hi Andre,

You can subscribe to the core mentorship mailing list here: 

https://mail.python.org/mailman/listinfo/core-mentorship

Once you subscribed, you'll get access to the said discussion :)

It is not required, but it's a great place to ask questions or get help from 
existing core developers.

HTH

--

___
Python tracker 

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



[issue3119] pickle.py is limited by python's call stack

2016-10-04 Thread Aaron Gallagher

Aaron Gallagher added the comment:

Definitely not interested in pickle at all anymore.

--

___
Python tracker 

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



[issue3119] pickle.py is limited by python's call stack

2016-10-04 Thread Aaron Gallagher

Changes by Aaron Gallagher <_...@habnab.it>:


--
nosy:  -habnabit

___
Python tracker 

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



[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread Andre Roberge

Andre Roberge added the comment:

When rhettinger created this issue, the goal was 

"Pydoc currently generated 1990's style html which mixes content and 
presentation, making it very difficult for users to customize the appearance of 
the output. ... Please convert it to simple, validated HTML with the formatting 
moved to a simple, validated default style sheet."

Apparently, the statement of this issue is no longer correct. However, in order 
to do so, one apparently needs to have access to a private list mentioned in a 
comment 
(https://mail.python.org/mailman/private/core-mentorship/2016-August/003622.html)
 

One thing that motivated to submit my tentative "solution" to this issue here 
almost two years ago (solution which, I thought, met the stated goal) was a 
discussion at Pycon as to how one could encourage new contributors.  Is this 
the purpose of the core-mentorship list?  Does one need to join the list if one 
wishes to contribute?

--

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

Have a way to have both 64-bit and 32-bit modes working.

root@x064:[/data/prj/python/python-3.6.0.177/Lib/ctypes]../../python 
`pwd`/util.py
m   :: None
c   :: libc.a(shr_64.o)
bz2 :: libbz2.a(libbz2.so.1)
crypt   :: libcrypt.a(shr_64.o)
crypto  :: 
c   :: 

root@x064:[/data/prj/python/python-3.6.0.177/Lib/ctypes]../../python 
`pwd`/util.py
m   :: None
c   :: libc.a(shr.o)
bz2 :: libbz2.a(libbz2.so)
crypt   :: libcrypt.a(shr.o)
crypto  :: 
c   :: 

Will post patch asap. Going to shorten some lines going well over 76-char 
lime-limit.

--

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

Curious.

When in 32-bit mode changing line 15 of _aix.py to

   +14  import re, os, sys
   +15  # from . import util

The Lib/ctypes/util.py works.

In 64-bit mode it does not:
instead:

root@x064:[/data/prj/python/python-3.6.0.177/Lib/ctypes]../../python util.py
m   :: None
c   :: libc.a(shr_64.o)
Traceback (most recent call last):
  File "util.py", line 355, in 
test()
  File "util.py", line 330, in test
print("bz2\t:: %s" % find_library("bz2"))
  File "util.py", line 104, in find_library
return aix.find_library(name)
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 255, in 
find_library
(base, member) = find_shared(libpaths, name)
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 247, in 
find_shared
member = get_member(re.escape(name), members)
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 189, in 
get_member
member = get_version(name, members)
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 170, in 
get_version
return util._last_version(versions, '.')
NameError: name 'util' is not defined

+
When the comment is removed, i.e.
from . import util

both 32 and 64-bit report:
root@x064:[/data/prj/python/python-3.6.0.177/Lib/ctypes]../../python util.py
Traceback (most recent call last):
  File "util.py", line 102, in 
import ctypes._aix as aix
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 15, in 

from . import util
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/util.py", line 102, in 

import ctypes._aix as aix
AttributeError: module 'ctypes' has no attribute '_aix'

This last condition also occurs in Python2

--

___
Python tracker 

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



[issue27998] Remove support of bytes paths in os.scandir()

2016-10-04 Thread STINNER Victor

STINNER Victor added the comment:

I suggest to modify posixmodule.c to support bytes on Windows at the C
level.

Since Windows uses utf8, there is no more real reason to drop bytes support
only on Windows.

--

___
Python tracker 

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



[issue17188] Document 'from None' in raise statement doc.

2016-10-04 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
nosy: +Mariatta

___
Python tracker 

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



[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks for the update, Berker.
Would you be able to remove the 'easy' keyword from this ticket?

I'll keep myself in the nosy list as I'm interested to learn about this anyway 
:)

--

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

I have spent the last two hours trying to run the test - however, it fails with:

root@x064:[/data/prj/python/python-3.6.0.177/Lib/ctypes]../../python util.py
Traceback (most recent call last):
  File "util.py", line 102, in 
import ctypes._aix as aix
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/_aix.py", line 15, in 

from . import util
  File "/data/prj/python/python-3.6.0.177/Lib/ctypes/util.py", line 102, in 

import ctypes._aix as aix
AttributeError: module 'ctypes' has no attribute '_aix'

I have noticed several issues with the file that used to be named just
./build/_sysconfigdata.py

but is now: ./build/lib.aix-5.3-3.6/_sysconfigdata_m_aix5_.py

I am guessing something is wrong there - I am going to try copying only _aix.py 
to the Python2 branch and see if it works there -- and also dig deeper into 
what is going wrong with Python3.6*

--

___
Python tracker 

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



[issue28341] cpython tip fails to build on Mac OS X 10.11.6 w/ XCode 8.0

2016-10-04 Thread Ned Deily

Ned Deily added the comment:

It is a bit confusing but, in general these days, you should always install the 
current command line tools specific to the version of the Mac operating system 
you are running.  That ensures that not only are the necessary build tools 
installed but also that the correct system header files are installed in 
/usr/include and elsewhere.  To build cpython it is not necessary to download 
and install the full Xcode package, only the command line tools.  As you 
discovered, by not installing the clt, the build falls back to using the 
headers from an Xcode-supplied SDK which may be for a newer system than the one 
you are building on and thus might require dealing with missing OS features.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue28361] BETA report: Python3.6 names pip pip3.6 (and why is the other name pip3)

2016-10-04 Thread Zachary Ware

Zachary Ware added the comment:

Pip is a third party project, so if you'd like to pursue this please open an 
issue on the pip issue tracker at https://github.com/pypa/pip/issues.

Anyway, pip installs links named the way it does so that you can be (more) sure 
that you're invoking the correct pip.  'pip3.6' will invoke the pip installed 
with python3.6, 'pip3' will (or at least should) invoke the pip installed with 
whatever 'python3' points to, and 'pip' will point to whatever 'python' points 
to.  When installed in a Python 3 venv, pip also installs a 'pip' link to 
'pip3', just as there's also a 'python' link to 'python3'.  In 2.7, pip is also 
installed as 'pip2.7' and 'pip2' along with 'pip'; again mirroring the version 
tags on the interpreter links.

--
nosy: +zach.ware
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue28342] OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf

2016-10-04 Thread Ned Deily

Ned Deily added the comment:

OK, I'm closing this a duplicate and I've updated #13829 to include currently 
3.x versions.

--
components: +Macintosh
nosy: +ronaldoussoren
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue13829] exception error in _scproxy.so when called after fork

2016-10-04 Thread Ned Deily

Changes by Ned Deily :


--
priority: low -> normal
stage:  -> needs patch
versions: +Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

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



[issue26293] Embedded zipfile fields dependent on absolute position

2016-10-04 Thread spoo

spoo added the comment:

I confirmed this fixes the issue loading zips on an iPad.

--

___
Python tracker 

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



[issue27181] Add geometric mean to `statistics` module

2016-10-04 Thread Ned Deily

Ned Deily added the comment:

Thanks, Steven.  Actually, we needed to remove geometric_mean from the 3.6 
branch, not the default branch (which will become 3.7).  I backported your 
removal patch to 3.6.  Feel free to reapply geometric_mean to the default 
branch at your leisure.

--
stage:  -> patch review

___
Python tracker 

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



[issue27998] Remove support of bytes paths in os.scandir()

2016-10-04 Thread Guido van Rossum

Guido van Rossum added the comment:

It went back and forth. The current feeling is to *keep* that support,
especially since their deprecation on Windows has been *undone* in
3.6. Feel free to update the title (though the initial comments may be
harder to understand without the context of the original title).

--

___
Python tracker 

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



[issue27181] Add geometric mean to `statistics` module

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset de0fa478c22e by Steven D'Aprano in branch '3.6':
Issue #27181 remove geometric_mean and defer for 3.7.
https://hg.python.org/cpython/rev/de0fa478c22e

--

___
Python tracker 

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



[issue28361] BETA report: Python3.6 names pip pip3.6 (and why is the other name pip3)

2016-10-04 Thread Michael Felt

New submission from Michael Felt:

a) pip is embedded in Python for some time.
b) pip is called pip3.5 (with link to pip3)
c) in Python3.6 pip is now called pip3.6 and linked to pip3

pip is pip - not pip3* because python is now called python3*

pip is pip - currently version 8.1.2 - what does that have to do with pip3?

IMHO - the name should just be pip

p.s. in Python2.7 - pip is embedded, but not installed automatically. However, 
when you run the embedded install - pip is pip

--
messages: 278075
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: BETA report: Python3.6 names pip pip3.6 (and why is the other name pip3)
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

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



[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Ping.

--

___
Python tracker 

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



[issue26491] Defer DECREFs until enum object is in a consistent state for re-entrancy

2016-10-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
status: open -> pending

___
Python tracker 

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



[issue3119] pickle.py is limited by python's call stack

2016-10-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
priority: normal -> low
stage: patch review -> needs patch

___
Python tracker 

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



[issue3119] pickle.py is limited by python's call stack

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

It would be nice to support unlimitedly nested structures. C stack is more hard 
limit than Python stack. But the code of the pickle module (especially C 
implementation) is complicated and hardly optimized. I think it would be not 
easy to implement stackless version without significant loss of speed and 
readability. You can try, but I don't have much hope.

--
versions: +Python 3.7 -Python 3.6

___
Python tracker 

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



[issue27998] Remove support of bytes paths in os.scandir()

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I'm confused by the current title of this issue. Should the support of bytes 
paths in os.scandir() be removed or preserved? In latter case we can remove 
workaround code from os and glob.

--

___
Python tracker 

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



[issue28222] test_distutils fails

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset fa09ba71babb by Berker Peksag in branch '3.5':
Issue #28222: Don't fail if pygments is not available
https://hg.python.org/cpython/rev/fa09ba71babb

New changeset d5eefcfa3458 by Berker Peksag in branch '3.6':
Issue #28222: Merge from 3.5
https://hg.python.org/cpython/rev/d5eefcfa3458

New changeset e0c1bc2e98ed by Berker Peksag in branch 'default':
Issue #28222: Merge from 3.6
https://hg.python.org/cpython/rev/e0c1bc2e98ed

--
nosy: +python-dev

___
Python tracker 

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



[issue28222] test_distutils fails

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

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



[issue28255] TextCalendar.prweek/month/year outputs an extra whitespace character

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

It looks to me that only prmonth() should be changed. prweek() and pryear() 
either match the behavior of PYthon 2 or are the good approximation of it.

--

___
Python tracker 

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



[issue28348] Doc typo in asyncio.Task

2016-10-04 Thread Berker Peksag

Berker Peksag added the comment:

Thanks!

--
nosy: +berker.peksag
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
type:  -> behavior
versions: +Python 3.6, Python 3.7

___
Python tracker 

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



[issue28348] Doc typo in asyncio.Task

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 8c8692da071a by Berker Peksag in branch '3.5':
Issue #28348: Fix typo in asyncio.Task() documentation
https://hg.python.org/cpython/rev/8c8692da071a

New changeset 99c37fa72b66 by Berker Peksag in branch '3.6':
Issue #28348: Merge from 3.5
https://hg.python.org/cpython/rev/99c37fa72b66

New changeset 76591498aab7 by Berker Peksag in branch 'default':
Issue #28348: Merge from 3.6
https://hg.python.org/cpython/rev/76591498aab7

--
nosy: +python-dev

___
Python tracker 

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



[issue28229] lzma does not support pathlib

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b512780c6589 by Berker Peksag in branch '3.6':
Issue #28229: lzma module now supports pathlib
https://hg.python.org/cpython/rev/b512780c6589

New changeset de398937653b by Berker Peksag in branch 'default':
Issue #28229: Merge from 3.6
https://hg.python.org/cpython/rev/de398937653b

--
nosy: +python-dev

___
Python tracker 

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



[issue28229] lzma does not support pathlib

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed

___
Python tracker 

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



[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2016-10-04 Thread Michael Felt

Michael Felt added the comment:

On 01-Oct-16 08:44, Martin Panter wrote:
> Martin Panter added the comment:
>
> Hi Michael, I have done some cleanup and modifications to your patch. The 
> result is in aix-library.161001.patch, which has all the changes, i.e. it is 
> not based on another patch.
Thanks.
>   More significant changes I made:
>
> * Change getExecLibPath_aix() and find_parts() to return a list object, 
> rather than building a colon-separated string only to be pulled apart again
> * Escape dots in get_legacy() regular expressions, so that they no longer 
> match [shr_64xo], [shrxo], etc.
> * Make get_dumpH() return the a list of (object, objectinfo) tuples, where 
> objectinfo is a list of lines; avoids building multiline strings and then 
> splitting them apart again
> * Rewrite get_exactMatch() and get_version() without nested inline “for” 
> loops; use RE capture group
> * Reuse util._last_version() instead of copying the _num_version() function
> * Use lower case B for liB in get_member(). This means e.g. libcrypto.so is 
> now preferred over libcrypto.so.1.0.0.
That was a typo - to be sure I was still finding the versioned ones (the 
previous ones had had a bug that they no longer found the "standard" 
one. I forgot to remove (rather save file before the diff command) - you 
see everything!
>
> I did test it a bit on Linux with faked dump -H output, but I may have made 
> mistakes that I did not pick up.
Will apply the patch, build in 32 and 64 bit modes, and respond.
>
> Also, this still needs documentation, and I think some more tests for the 
> test suite exercising various aspects of find_library() would be nice if 
> possible.
Working on that - have been posting some questions on python-list as I 
want to build an interface with an AIX performance library (libperfstat).
Without this library one must run a command and then do some string 
manipulation, and sometimes call a second command once that has been 
found (e.g., uuid calls to get a MAC address, cloud-init to get 
boottime) - things that - with a library do not need a subprocess at all.

But I shall also write up the AIX dlopen() process to explain how both 
.so and .a(member.so) works (as the argument to CDLL).
>
> Another thing: in the last few patches, you dropped the definition of 
> RTLD_MEMBER from Modules/_ctypes/_ctypes.c. Is that intended, or just a 
> temporary thing?
Temporary thing - as I keep hoping for inclusion in Python2 and I recall 
you not wanting to add that into _ctypes on Python2.
>
> --
> versions:  -Python 3.6
> Added file: http://bugs.python.org/file44902/aix-library.161001.patch
>
> ___
> Python tracker 
> 
> ___

--

___
Python tracker 

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



[issue28360] Spam

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
Removed message: http://bugs.python.org/msg278065

___
Python tracker 

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



[issue28360] Spam

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
components:  -Argument Clinic
nosy:  -goon369, larry
resolution:  -> not a bug
status: open -> closed
title: **<<<1^888`879~O163 Norton antivirus customer support phone 
number -> Spam
versions:  -Python 3.7

___
Python tracker 

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



[issue28360] **<<<<<<<1^888`879~O163>>>>>>>> Norton antivirus customer support phone number

2016-10-04 Thread goon

New submission from goon:

USA..1 888-879-0163++ Norton 360 support phone number om Norton tech support 
phone number Norton 360 Tech Support Number
USA..1 888-879-0163++ Norton 360 support phone number om Norton tech support 
phone number Norton 360 Tech Support Number
USAtralia USA-1 888-879-0163++ Norton 360 support phone number Norton tech 
support phone number  Norton 360 Tech Support Number

USA   USA-1 888-879-0163++ Norton 360 support phone number USA-1 
888-879-0163USA/canada Norton 360 Tech Support Number 
@@!1-888-879-0163;!!Norton 360 Support Number

Norton Live Support and Help? 18(88-879-0163 @@ Norton tech support phone number
Norton Live Support and Help? 18(88-879-0163 @@ Norton tech support phone number
Norton Live Support and Help? 18(88-879-0163 Norton 360 support phone number USA
USA Canada USA-1 888-879-0163++ Norton 360 support phone number USA-1 
888-879-0163USA/canada Norton 360 Tech Support Number 
@@!1-888-879-0163;!!Norton 360 Support Number
WikiGenes- @+++1888-879-0163++880Norton 360 support phone 
number1790163USA/canada
Norton antivirus technical support phone number 1.888-879-0163
hdfc toll free customer care number(((!1.888-879-0163)) Norton 360 Tech Support 
Number @@!1-888-879-0163!! Norton 360 Support Number
Norton toll free customer care number 1.888-879-0163
Norton toll free customer care number 1.888-879-0163
Norton toll free customer care number 1.888-879-0163
Norton toll free customer care number 1.888-879-0163>
Norton technical support phone number ((1.888-879-0163))
Norton technical support number 1.888-879-0163
Norton technical support number 1.888-879-0163
symantec technical support number 1.888-879-0163
Norton antivirus technical support number 1.888-879-0163
Norton support phone number 1.888-879-0163
Norton locations Norton 360 Tech Support Number @@!1-888-879-0163!! Norton 360 
Support Number Norton 360 Tech Support Number @@!1-888-879-0163!! Norton 360 
Support Number
Norton customer service
Norton antivirus customer care__Norton Support phone number 1.888-879-0163
Norton customer support phone number 1.888-879-0163
Norton customer support phone number 1.888-879-0163
Norton antivirus customer support phone number 1.888-879-0163Norton antivirus 
customer service phone number 1.888-879-0163
Norton antivirus technical support phone number 1.888-879-0163
Norton antivirus tech support phone number 1.888-879-0163
Norton antivirus phone number 1.888-879-0163 Norton 360 Tech Support Number 
@@!1-888-879-0163!! Norton 360 Support Number
Norton security center phone number 1.888-879-0163
Norton support telephone number 1.888-879-0163
Norton 360 technical support phone number 1.888-879-0163
symantec technical support phone number 1.888-879-0163
Norton tech support phone number 1.888-879-0163 Norton 360 Tech Support Number 
@@!1-888-879-0163!! Norton 360 Support Number
apple technical support phone number 1.888-879-0163 USA
microsoft technical support phone number 1.888-879-0163 USA
gmail technical support phone number 1.888-879-0163 USA
kaspersky technical support phone number 1.888-879-0163 USA
lenovo technical support phone number 1.888-879-0163 USA
epson technical support phone number 1.888-879-0163 USA
Norton technical support phone number 1.888-879-0163 Norton 360 Tech Support 
Number @@!1-888-879-0163!! Norton 360 Support Number
Norton AntiVirus Customer Service Phone Number #1: 888-879-0163
Norton Phone number 1-888-879-0163 Norton 360 phone number Norton 360 support 
phone number
Free~* C@ll 1.888-879-0163 Norton 360 technical support phone number USA 
1.888-879-0163 Norton 360 technical support phone number Norton free call
~* C@ll 1.888-879-0163 Norton 360 technical support phone number USA 
1.888-879-0163 Norton 360 technical support phone number Norton free call 
Norton 360 Tech Support Number @@!1-888-879-0163!! Norton 360 Support Number
PHONE support USA @1.888-879-0163 Norton antivirus technical support phone 
number
Norton locations
Norton online support
Norton Support phone number 1.888-879-0163
Norton customer care Norton tech support phone number 1.888-879-0163
Norton tech support phone number 1.888-879-0163
Norton antivirus tech support phone number 1.888-879-0163
Norton locations Norton 360 Tech Support Number @@!1-888-879-0163!! Norton 360 
Support Number
Norton Support phone number 1.888-879-0163
service Norton com
Norton login
Norton technical support phone number 1.888-879-0163
Norton customer service
Norton Support phone number 1.888-879-0163
Norton support telephone number 1.888-879-0163
Norton support phone number 1.888-879-0163
Norton antivirus support phone number 1.888-879-0163 Norton 360 Tech Support 
Number @@!1-888-879-0163!! Norton 360 Support Number
Norton antivirus tech support phone number 1.888-879-0163
Norton antivirus customer service phone number 1.888-879-0163
Norton 360 technical support phone number 1.888-879-0163
symantec technical support phone number 1.888-879-0163
Norton technical support phone 

[issue28358] Spam

2016-10-04 Thread Zachary Ware

Changes by Zachary Ware :


--
Removed message: http://bugs.python.org/msg278063

___
Python tracker 

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



[issue28359] Spam

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
resolution:  -> not a bug
status: open -> closed
title: Norton.Helpline +1-888-879-.0163 Norton Technical Support telePhone 
number Norton phone Number -> Spam

___
Python tracker 

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



[issue28359] Spam

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
Removed message: http://bugs.python.org/msg278064

___
Python tracker 

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



[issue28358] Spam

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
components:  -Argument Clinic
nosy:  -goon369, larry
resolution:  -> not a bug
status: open -> closed
title: cakekup...@gmail.com -> Spam
type: behavior -> 
versions:  -Python 3.7

___
Python tracker 

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



[issue28359] Norton.Helpline +1-888-879-.0163 Norton Technical Support telePhone number Norton phone Number

2016-10-04 Thread Berker Peksag

Changes by Berker Peksag :


--
components:  -asyncio
nosy:  -goon369, gvanrossum, yselivanov
type: crash -> 
versions:  -Python 3.7

___
Python tracker 

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



[issue28259] Ctypes bug windows

2016-10-04 Thread Aristotel

Aristotel added the comment:

Unfortunately in my case "minimal" example is extremely long. Do you really 
need it&

--
versions: +Python 3.5

___
Python tracker 

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



[issue28359] Norton.Helpline +1-888-879-.0163 Norton Technical Support telePhone number Norton phone Number

2016-10-04 Thread goon

New submission from goon:

- USAA-1-888-879-0163++ Norton 360 support phone number Norton tech support 
phone number Norton 360 Tech Support Number
 
Norton antivirus~:((++179.01.63+))@Norton antivirus Phone@number@Norton 
antivirus@Dell@brother@Norton antivirus@Norton 
antivirus@@technical@support@number@USA !!Help 
W:::norton:::norton:@1888 879 
0163SUPPORT:~~! norton Antivirus tech support 
phone number;;


-!@!~~chilluu@@pLumber+1790163 norton antivirus internet security tech 
support phone number 790163#

 https://answers.launchpad.net
norton internet security tech support phone number

- USAi-1-888-879-0163++ Norton 360 support phone number Norton tech support 
phone number Norton 360 Tech Support Number

calli norton support  1-888-879-0163 phone number norton antivirus support 
customer dot support phone number usa

 Techsc 1-888-879-0163 norton Antivirus Technical Support Number customer 
service phone number customer support phone number customer care number1 
790163 toll free number telephone number contact number

norton antivirus Tech Support Number1-888-879-0163norton 360 technical support 
phone number usa 1.888.879.0163 norton 360 technical support phone number 
norton free call  norton helpline phone number

norton antivirus Tech Support Number1-888-879-0163norton 360 technical support 
phone number usa 1.888.879.0163 norton 360 technical support phone number 
norton free call

norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number
norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number
norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number
norton Support Phone Number!!@~1-888-879-0163++ norton Tech Support Number usa
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number
norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number
norton Security contact Number +1 888.879.0163**norton antivirus support phone 
numberusa1 888.879.0163) Technical support number
CANADA+@~1-888-879-0163++ norton Antivirus Technical Support
USA-1 888.879.0163contact norton antivirus customer service phone number
AUS-1 888.879.0163 phone number for norton customer service
UK-@~1-888-879-0163++ phone number for norton antivirus technical support
1-888-879-0163 phone number for norton antivirus customer service
phone number for norton antivirus technical support
phone number for norton security
norton customer service telephone number
norton customer support
norton grentry non payment
norton helpline support number
norton internet security customer service
norton internet security technical support
norton oem customer service
norton pc cillin technical support
norton phone support
norton removal tool download
norton subscription renewal
norton support contact
norton support hotline
norton support phone number
norton tech support phone number
norton technical support
norton technical support chat
norton technical support phone number
norton technical support phone number usa
norton telephone number
norton titanium antivirus
norton titanium internet security
norton titanium maximum
norton titanium maximum security
norton titanium problems
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number
norton helpline phone number@~@~1-888-879-0163++ norton tech Support Number 
norton antivirus customer service phone number
norton Security contact Number +1888-8790163**norton antivirus support phone 
number
usa+1-888-879-0163) Technical support number
CANADA+@~1-888-879-0163++ norton Antivirus Technical Support
USA-1888-879-0163contact norton antivirus customer service phone number
AUS-1-888-879-0163 phone number for norton customer service
UK-@~1-888-879-0163++ phone number for norton antivirus technical support
1-888-879-0163 phone number for norton antivirus customer service
norton titanium removal tool
norton titanium reviews
norton titanium support
norton virus removal service
uninstall norton smart surfing for mac
usa customer care number for norton antivirus
norton phone number customer service
norton phone numbers customer support
norton phone support number
norton security contact phone number
norton security phone number customer service
norton security support phone number
norton support contact number
norton support email address
norton support phone number
norton support telephone number
norton support telephone number usa
norton support telephone number
norton tech support number
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone 

[issue28321] Plistlib: Half of the double width characters are missing when writing binary plist

2016-10-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> commit review
status: open -> closed

___
Python tracker 

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



[issue28358] cakekup...@gmail.com

2016-10-04 Thread goon

New submission from goon:

calli norton support 1-888-879-0163 phone number norton antivirus support 
customer dot support phone number usa
 
calli norton support 1-888-879-0163 phone number norton antivirus support 
customer dot support phone number usa

 

 

calli norton support  1-888-879-0163 phone number norton antivirus support 
customer dot support phone number usa

 Techsc 1-888-879-0163 norton Antivirus Technical Support Number customer 
service phone number customer support phone number customer care number1 
790163 toll free number telephone number contact number

 

norton antivirus Tech Support Number1-888-879-0163norton 360 technical support 
phone number usa 1.888.879.0163 norton 360 technical support phone number 
norton free call  norton helpline phone number

 

norton antivirus Tech Support Number1-888-879-0163norton 360 technical support 
phone number usa 1.888.879.0163 norton 360 technical support phone number 
norton free call

 

norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number

norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number

norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number

norton Support Phone Number!!@~1-888-879-0163++ norton Tech Support Number usa

norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number

norton helpline phone number@~@~1-888-879-0163++ norton Support Number norton 
antivirus customer service phone number

norton Security contact Number +1 888.879.0163**norton antivirus support phone 
numberusa1 888.879.0163) Technical support number

CANADA+@~1-888-879-0163++ norton Antivirus Technical Support

USA-1 888.879.0163contact norton antivirus customer service phone number

AUS-1 888.879.0163 phone number for norton customer service

UK-@~1-888-879-0163++ phone number for norton antivirus technical support

1-888-879-0163 phone number for norton antivirus customer service

phone number for norton antivirus technical support

phone number for norton security

norton customer service telephone number

norton customer support

norton grentry non payment

norton helpline support number

norton internet security customer service

norton internet security technical support

norton oem customer service

norton pc cillin technical support

norton phone support

norton removal tool download

norton subscription renewal

norton support contact

norton support hotline

norton support phone number

norton tech support phone number

norton technical support

norton technical support chat

norton technical support phone number

norton technical support phone number usa

norton telephone number

norton titanium antivirus

norton titanium internet security

norton titanium maximum

norton titanium maximum security

norton titanium problems

norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number

norton helpline phone number@~@~1-888-879-0163++ norton tech Support Number 
norton antivirus customer service phone number

norton Security contact Number +1888-8790163**norton antivirus support phone 
number

usa+1-888-879-0163) Technical support number

CANADA+@~1-888-879-0163++ norton Antivirus Technical Support

USA-1888-879-1879contact norton antivirus customer service phone number

AUS-1-888-879-0163 phone number for norton customer service

UK-@~1-888-879-0163++ phone number for norton antivirus technical support

1-888-879-0163 phone number for norton antivirus customer service

norton titanium removal tool

norton titanium reviews

norton titanium support

norton virus removal service

uninstall norton smart surfing for mac

usa customer care number for norton antivirus

norton phone number customer service

norton phone numbers customer support

norton phone support number

norton security contact phone number

norton security phone number customer service

norton security support phone number

norton support contact number

norton support email address

norton support phone number

norton support telephone number

norton support telephone number usa

norton support telephone number

norton tech support number

norton Support Phone Number!!@~1-888-879-0163++ norton support phone number 
norton Support Phone Number!!@~1-888-879-0163++ norton support phone number

norton helpline phone number@~@~1-888-879-0163++ norton tech Support Number 
norton antivirus customer service phone number

norton Security contact Number +1888-8790163**norton antivirus support phone 
number

usa+1-888-879-0163) Technical support number

CANADA+@~1-888-879-0163++ norton Antivirus Technical Support

USA-1888-879-1879contact norton antivirus customer service phone number

AUS-1-888-879-0163 phone 

[issue28321] Plistlib: Half of the double width characters are missing when writing binary plist

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 381ef0f08f89 by Serhiy Storchaka in branch '3.5':
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
https://hg.python.org/cpython/rev/381ef0f08f89

New changeset 3a7234d04fe9 by Serhiy Storchaka in branch '3.6':
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
https://hg.python.org/cpython/rev/3a7234d04fe9

New changeset b6c85e7e558a by Serhiy Storchaka in branch 'default':
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
https://hg.python.org/cpython/rev/b6c85e7e558a

--
nosy: +python-dev

___
Python tracker 

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



[issue28321] Plistlib: Half of the double width characters are missing when writing binary plist

2016-10-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
assignee:  -> serhiy.storchaka
versions:  -Python 2.7

___
Python tracker 

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



[issue28190] Detect curses headers correctly for cross-compiling

2016-10-04 Thread Masayuki Yamamoto

Masayuki Yamamoto added the comment:

test_curses has been skipped almost. the skip reason has been written  
"cygwin's curses mostly just hangs" in test case class.
I removed the skip condition, and ran test. Tests was almost passed. The only, 
unget_wch was failed by edge case '\U0010', because the wchar_t size on 
windows platfrom is two bytes. I'll upload test log together.

--
Added file: http://bugs.python.org/file44961/cygwin-test_curses.log

___
Python tracker 

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



[issue27761] Private _nth_root function loses accuracy

2016-10-04 Thread Steven D'Aprano

Changes by Steven D'Aprano :


--
versions: +Python 3.7 -Python 3.6

___
Python tracker 

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



[issue28327] statistics.geometric_mean gives incorrect results for mixed int/float inputs

2016-10-04 Thread Steven D'Aprano

Changes by Steven D'Aprano :


--
versions:  -Python 3.6

___
Python tracker 

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



[issue28111] geometric_mean can raise OverflowError for large input length

2016-10-04 Thread Steven D'Aprano

Changes by Steven D'Aprano :


--
versions:  -Python 3.6

___
Python tracker 

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



[issue28328] statistics.geometric_mean has no tests. Defer to 3.7?

2016-10-04 Thread Steven D'Aprano

Changes by Steven D'Aprano :


--
versions:  -Python 3.6

___
Python tracker 

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



[issue28351] statistics.geometric_mean can enter infinite loop for Decimal inputs

2016-10-04 Thread Steven D'Aprano

Changes by Steven D'Aprano :


--
versions:  -Python 3.6

___
Python tracker 

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



[issue27181] Add geometric mean to `statistics` module

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9dce0e41bedd by Steven D'Aprano in branch 'default':
Issue #27181 remove geometric_mean and defer for 3.7.
https://hg.python.org/cpython/rev/9dce0e41bedd

--

___
Python tracker 

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



[issue5830] heapq item comparison problematic with sched's events

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Needed tests for this feature. Otherwise sched.Event can be "enhanced" by 
removing ordering methods (issue28330).

--
nosy: +serhiy.storchaka

___
Python tracker 

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



[issue13756] Python3.2.2 make fail on cygwin

2016-10-04 Thread Zachary Ware

Zachary Ware added the comment:

No problem.  Feel free to nosy me on any Cygwin issues that you feel have 
consensus on the solution and a commit-ready patch implementing it.  I can't 
guarantee when I'll have time to look at them, but I have finally gotten around 
to installing Cygwin and will get to them eventually :)

--

___
Python tracker 

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



[issue27181] Add geometric mean to `statistics` module

2016-10-04 Thread Steven D'Aprano

Steven D'Aprano added the comment:

I'm sorry to say that due to technical difficulties, geometric mean is not 
going to be in a fit state for beta 2 of 3.6, and so is going to be removed and 
delayed until 3.7.

--
priority: release blocker -> 
versions: +Python 3.7 -Python 3.6

___
Python tracker 

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



[issue28357] Spam

2016-10-04 Thread Zachary Ware

Changes by Zachary Ware :


--
title: *1-800-790-9186* Dell printer helpdesk phone number usa. Dell printer 
issue support remotely by third party -> Spam

___
Python tracker 

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



[issue28357] Spam

2016-10-04 Thread Zachary Ware

Changes by Zachary Ware :


--
Removed message: http://bugs.python.org/msg278055

___
Python tracker 

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



[issue28357] Spam

2016-10-04 Thread Zachary Ware

Changes by Zachary Ware :


--
components:  -Build
nosy:  -grovarsunil
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions:  -Python 3.5

___
Python tracker 

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



[issue28357] *1-800-790-9186* Dell printer helpdesk phone number usa. Dell printer issue support remotely by third party

2016-10-04 Thread grovarsunil

New submission from grovarsunil:

Are you looking online technical support for printer problems. Is your printer 
unable to print or scan. call us 1-800-790-9186 and get instant technical 
support remotely for Dell printer issues.

DISCLAIMER: - WE are an independent organization working as online third party 
technical support company for business and personal computer 
software,antivirus,printers and email support.

Call  +1800 790 9186 Dell Printer customer support number 
Dell Printer phone number +1800 790 9186 
Dell Printer +1-800-790-9186  tech support phone number
 Dell Printer help +1800 790 9186 USA technical support phone number
+1800 790 9186 Dell Printer customer Support Telephone Number, Dell PRINTER 
technical support phone number
Dell printer +1800-790-9186 Customer Support  Number,  Dell printer Technical 
Helpline Number  USA, Dell printer support phone number united states 
+1800-790-9186
Dell printer +1800-790-9186 Customer Support ,  Dell printer technical Support 
phone number USA, Dell printer support phone number united states +1800-790-9186
Dell printer +1800-790-9186 Customer Support  Number Dell printer technical 
Support phone number USA, Dell printer support phone number united states 
+1800-790-9186
+1800-790-9186@@@ Dell printer tech support number , .Dell printer technical 
support phone number
Dell printer Toll Free - 1800-790-9186 Dell printer Technical Support Number, 
Dell printer help desk phone number  
Just Call, +1800-790-9186 for all type help related Dell printer  Issue support 
telephone number,Dell printer support phone number,Dell printer support phone 
number,Dell printer help phone number, Dell printer technical support 
number.Dell printer support number, Dell printer phone number, Dell printer 
tech support number, Dell printer customer support number, Dell printer 
customer support phone number, Dell printer customer service phone number, Dell 
printer  customer service phone number, Dell printer support phone number
Dell printer help number-Dell printer Helpline Number; Dell printer help phone 
number-Dell printer Helpline Number, Dell printer Tech Support Toll free 
Number, Dell printer Support Telephone Number, Dell printer Tech Support 
Telephone number, Dell printer Tech Support contact number, Dell printer 
support contact number, Dell printer technical support contact number, Dell 
printer help desk phone number.Dell printer   support phone number.
Dial +1800 790 9186 Dell Printer contact number, Dell Printer antivirus tech 
support phone number, Dell Printer Dial +1800 790 9186 Dell Printer contact 
number, Dell Printer antivirus tech support phone number, Dell Printer 
Dial +1800 790 9186 Dell Printer contact number, Dell Printer antivirus tech 
support phone number, Dell Printer 
Now call +1800 790 9186 Dell Printer contact number, Dell Printerantivirus tech 
support phone number, Dell Printer Dial +1800 790 9186 Dell Printer contact 
number, Dell Printerantivirus tech support phone number, Dell Printer 
Now call +1800 790 9186 Dell Printer contact number, Dell Printer antivirus 
tech support phone number, Dell Printer Now call Dell Printer contact number, 
Dell Printerantivirus tech support phone number, Dell Printer 
Now call +1800 790 9186 Dell Printer contact number, Dell Printerantivirus tech 
support phone number, Dell Printer
+1800 790 9186 Dell Printer technical support number Dell PRINTER
technical support phone number usa +1800 790 9186 Dell Printer technical 
support number Dell PRINTER 
technical support phone number usa +1800 790 9186 Dell PRINTER technical 
support Dell PRINTER technical support number Dell Printer technical 
support number Dell PRINTER technical support phone number +1800 790 9186 
Dell PRINTER technical support Dell PRINTER technical support number Dell 
PRINTER 
antivirus technical support number Dell PRINTER technical support phone number
+1800 790 9186 Dell PRINTER technical support Dell PRINTER technical support
number Dell Printer technical support number Dell PRINTER technical 
support phone number Dell PRINTER technical support phone number usa Dell 
PRINTER 
antivirus technical support phone number NOW**/FIRST Tech CALL. 
Dell Printer customer support phone numberDial +1800 790 9186 
Dial +1800 790 9186 Dell Printer customer support phone number. 
Dell Printer phone number .Dell Printer support phone numbers 
FIRST Dial +1800 790 9186 Dell Printer customer support phone 
number. Dell Printer phone number .Dell Printer support phone 
numbers FIRST Dial +1800 790 9186 Dell Printer customer support 
phone number. Dell Printer phone number .Dell Printer support 
phone number Dial +1800 790 9186 Dell Printer customer support 
phone number. Dell Printer phone number .Dell Printer support 
phone number +1800 790 9186 Dell Printer support phone 
number, Dell Printer phone number .Dell Printer support phone 
number Dell Printer tech support number here. FREE Dell Printer Tech Support | 
Dell PRINTER HelpLine 

[issue25720] Fix curses module compilation with ncurses6

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Mark, do you have relation to this?

--
nosy: +mark.dickinson

___
Python tracker 

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



[issue28190] Detect curses headers correctly for cross-compiling

2016-10-04 Thread Chi Hsuan Yen

Chi Hsuan Yen added the comment:

Hmm it's surprising for me that an irrelevant patch fixes issues on Cygwin. 
Does test_curses pass?

--

___
Python tracker 

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



[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

2016-10-04 Thread Orion Poplawski

Orion Poplawski added the comment:

We're running into this building python 3.4.3 on EL6 ppc64.  The os kernel is 
4.7.2-201.fc24.ppc64, but the EL6 chroot kernel-headers are 2.6.32-642.4.2.el6. 
 Any progress here?

--
nosy: +opoplawski

___
Python tracker 

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



[issue28190] Detect curses headers correctly for cross-compiling

2016-10-04 Thread Masayuki Yamamoto

Masayuki Yamamoto added the comment:

Now, Cygwin platform is able to build core interpreter on default branch. But 
the curses module has been failed to build. Therefore I tried to build curses 
module on Cygwin (Vista x86) using this patch. And it has been succeeded.
The patch effect at build time removes one compiler option 
"-I/usr/include/ncursesw". Maybe that modification position is setup.py:1352. I 
couldn't confirm why it has became success.

--
nosy: +masamoto

___
Python tracker 

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



[issue25720] Fix curses module compilation with ncurses6

2016-10-04 Thread Chi Hsuan Yen

Chi Hsuan Yen added the comment:

is_pad is added in ncurses 5.7-20090906 [1]. At least Mac OS X still ships 
ancient ncurses 5.7-20081102 [2], so an check in configure.ac is necessary. I'm 
trying it out.

[1] http://invisible-island.net/ncurses/NEWS.html#t20090906
[2] http://opensource.apple.com//source/ncurses/ncurses-46/ncurses/NEWS

--
nosy: +Chi Hsuan Yen

___
Python tracker 

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



[issue28356] Windows: os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread Eryk Sun

Eryk Sun added the comment:

In scanning over issue 8828, I see no discussion of the consequences of not 
using MOVEFILE_COPY_ALLOWED in Antoine's patch, so it appears that this 
behavior change was unintentional.

> For now I switched to shutil.move() but I suppose its not
> as performant/optimal as an "move" or "rename" directly 
> supported by the OS.

Correct, the copy employed by shutil.move for a cross-volume move is not as 
optimized as what MoveFile uses (basically CopyFile), but unless you're moving 
a file that's very large it shouldn't matter, and even then without testing I 
don't know if it's a significant difference relative to the throughput of the 
disk(s) involved.

--

___
Python tracker 

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



[issue28350] Interning string constants with null character

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Added tests and refactored all_name_chars().

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue28350] Interning string constants with null character

2016-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 522adc2e082a by Serhiy Storchaka in branch '2.7':
Issue #28350: String constants with null character no longer interned.
https://hg.python.org/cpython/rev/522adc2e082a

New changeset d7ab3241aef2 by Serhiy Storchaka in branch '3.5':
Issue #28350: String constants with null character no longer interned.
https://hg.python.org/cpython/rev/d7ab3241aef2

New changeset 8585b4de4fc0 by Serhiy Storchaka in branch '3.6':
Issue #28350: String constants with null character no longer interned.
https://hg.python.org/cpython/rev/8585b4de4fc0

New changeset 563d523036c6 by Serhiy Storchaka in branch 'default':
Issue #28350: String constants with null character no longer interned.
https://hg.python.org/cpython/rev/563d523036c6

--
nosy: +python-dev

___
Python tracker 

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



[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-04 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
status: closed -> open

___
Python tracker 

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



[issue13756] Python3.2.2 make fail on cygwin

2016-10-04 Thread Erik Bray

Erik Bray added the comment:

Okay, that would explain it then.  I was building from an older branch 
(pre-3.7) that still has the bundled libffi.

FWIW with the fix from #2445, --with-system-ffi works (as does some trivial use 
of _ctypes though I haven't run all the tests).  So if the bundled libffi is 
gone then I guess that's a moot point.

Thanks for getting a bunch of these fixes merged.

--

___
Python tracker 

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



[issue14438] _cursesmodule build fails on cygwin

2016-10-04 Thread Chi Hsuan Yen

Chi Hsuan Yen added the comment:

My patch at issue28190 solves a different problem. IMO the correct way to go 
for this issue is issue25720.

By the way, this problem affects more than Cygwin. (issue14598)

--
nosy: +Chi Hsuan Yen

___
Python tracker 

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



[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Yes, there is a difference between os.walk() and os.fwalk() in some cases. I 
don't know whether it was introduced deliberately or by accident. os.fwalk() 
was added in issue13734, FileNotFoundError is used since issue14773.

--
nosy: +hynek, loewis, neologix
type:  -> behavior
versions: +Python 3.7

___
Python tracker 

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



[issue28350] Interning string constants with null character

2016-10-04 Thread STINNER Victor

STINNER Victor added the comment:

I have no opinion on interning non-ASCII strings.

--

___
Python tracker 

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



[issue28350] Interning string constants with null character

2016-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Thanks Victor.

--
assignee:  -> serhiy.storchaka

___
Python tracker 

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



[issue28356] Windows: os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread stephan

stephan added the comment:

Hi,

I tryed os.replace() as replacement for os.rename() too,
but as you said it does not work if the files are on different drives.

For now I switched to shutil.move() but I suppose its not
as performant/optimal as an "move" or "rename" directly supported
by the OS.

--

___
Python tracker 

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



[issue28356] Windows: os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread Eryk Sun

Eryk Sun added the comment:

3.3 added os.replace, which on Windows entailed a switch from calling MoveFile 
to MoveFileEx in order to specify the MOVEFILE_REPLACE_EXISTING flag. However, 
not passing the MOVEFILE_COPY_ALLOWED broke compatibility with os.rename on 
Windows for versions prior to 3.3. I don't know whether or not this was 
discussed as an intentional breaking change in order to align the behavior with 
POSIX rename(). The change seems reasonable to me, plus at this point I don't 
think much can be done other than to add a note to the docs that the behavior 
changed in 3.3.

--
nosy: +eryksun

___
Python tracker 

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



[issue28356] Windows: os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread STINNER Victor

STINNER Victor added the comment:

On Python 3 on Windows, os.rename() is implemented as MoveFileExW() with 
flags=0.

The doc says: "When moving a file, the destination can be on a different file 
system or volume. If the destination is on another drive, you must set the 
MOVEFILE_COPY_ALLOWED flag in dwFlags."

https://msdn.microsoft.com/en-us/library/windows/desktop/aa365240%28v=vs.85%29.aspx?f=255=-2147217396

I guess that the portable fix is to try rename() or fall back on copy(src, dst) 
+ delete(src).

--

On Python 2 on Windows, os.rename() is implemented as MoveFileW(). It seems 
like this function behaves as MoveFileEx() called with MOVEFILE_COPY_ALLOWED:

"A new file may be on a different file system or drive."
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365239(v=vs.85).aspx

--

Should we add a flag to os.rename() to allow copy, to have a portable API?

--
components: +Windows
nosy: +haypo, paul.moore, steve.dower, tim.golden, zach.ware
title: os.rename different in python 2.7.12 and python 3.5.2 -> Windows: 
os.rename different in python 2.7.12 and python 3.5.2

___
Python tracker 

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



[issue13756] Python3.2.2 make fail on cygwin

2016-10-04 Thread Zachary Ware

Zachary Ware added the comment:

Hmm, Cygwin64 is what I built on (successfully).  _ctypes does not build, but 
that's due to not having any libffi available at all: the bundled copy is no 
longer included in 3.7, and I didn't install a system copy.  I view ctypes 
support as a fairly low-priority item; we have much bigger issues to worry 
about first :).  If trying to build _ctypes actually crashes your build, I 
think '--without-system-ffi' might be enough to get it to error out cleanly.

--
versions: +Python 3.7 -Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

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



[issue28356] Windows: os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread STINNER Victor

STINNER Victor added the comment:

Ah, on Linux rename() also fails if src and dst are on two different 
filesystems: OSError: [Errno 18] Invalid cross-device link.

By the way, the Python document doesn't say anything about operation on two 
different filesystems :-/
https://docs.python.org/dev/library/os.html#os.rename

--

___
Python tracker 

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



[issue21085] Cygwin does not provide siginfo_t.si_band

2016-10-04 Thread Zachary Ware

Zachary Ware added the comment:

When you're ready to get your bot set up, ping me and I'll get you set up on 
the master side.  Thanks!

--

___
Python tracker 

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



[issue28356] os.rename different in python 2.7.12 and python 3.5.2

2016-10-04 Thread stephan

New submission from stephan:

Hi,

I am just migrating my code from python 2.7.12 to 3.5.2
on Windows and stumbled on the following difference:

In python 2.7.12:
  os.rename(filepath1, filepath2) 
  works even if 
  filepath1 and filepath2 are on different drives
  (or one on a local drive, the other on a network share).

In python 3.5.2 I get for the same operation:
 "OSError: [WinError 17] The system cannot move the file to a different disk 
drive"

My question:
 - is this a bug?
 - if not, where is this difference mentioned in the docs?
   I did find nothing, but I think it should be mentioned,
   otherwise I assume it's a bug.

--
messages: 278035
nosy: stephan
priority: normal
severity: normal
status: open
title: os.rename different in python 2.7.12 and python 3.5.2
type: behavior
versions: Python 2.7, Python 3.5

___
Python tracker 

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



[issue14438] _cursesmodule build fails on cygwin

2016-10-04 Thread Erik Bray

Erik Bray added the comment:

I see what you're saying--thanks for pointing out those other tickets.  I'll 
give #28190 a try first.

--

___
Python tracker 

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



  1   2   >