New submission from Jaroslav:
Forked from Issue 27902.
The method cannot process the paths from different OS correctly. The optional
argument will help, default = host OS settings as it is now.
--
components: Windows
messages: 274273
nosy: Jaroslav, paul.moore, steve.dower, tim.golden
Jaroslav added the comment:
The paragraph is ok.
I'll open. Thanks a lot.
--
___
Python tracker
<http://bugs.python.org/issue27902>
___
___
Python-bugs-l
New submission from Jaroslav:
Setup
=
profile data from machine
-
- Win 7 (64bit)
- Python 3.5.2 (32bit)
data analyzed on
- Lubuntu 16.04 (64bit) incl. Python 3
issue
-
method strip_dirs() cannot extract the base name since it assumes the
Unix
Jaroslav Urban added the comment:
just a remark, my system is
$uname -r
4.4.5-200.fc22.x86_64
and these python-related rpm archives are installed:
$rpm -qa | grep python
python-IPy-0.81-12.fc22.noarch
python-urllib3-1.13.1-3.fc22.noarch
libselinux-python-2.3-10.fc22.x86_64
python-kitchen
New submission from Jaroslav Urban:
#wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz
#xz -d Python-3.5.1.tar.xz
#tar xvf Python-3.5.1.tar
#cd Python-3.5.1
#./configure --prefix=/usr
#make
#make altinstall
---
so far so good
but afterwards
Jaroslav Škarvada added the comment:
The current behaviour is not good for power consumption especially with the
current tickless kernels - the python processes using "threading" shows in the
top of the "powertop" list (on machine tuned for low power consumption) causing
2
Changes by Jaroslav Henner :
--
nosy: +jary
___
Python tracker
<http://bugs.python.org/issue1633941>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jaroslav Pachola added the comment:
To me it seems more like a bug fix - in Python 2.4 and older the
pickling works well and the current 2.5 behavior really breaks existing
code. That's why I plead for inclusion in 2.5.2; because this issue
prevents our company to move t
Jaroslav Pachola added the comment:
BTW, the first 2 patches (for Python 2.6) work also on version 3.0a2 for me.
--
versions: +Python 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Jaroslav Pachola added the comment:
Attaching a patch that adds fetchXXX() description to the documentation
for Python 2.5.
Added file: http://bugs.python.org/file9235/sqlite3_docs_25.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Jaroslav Pachola added the comment:
Attaching a patch that fixes the docstrings for Python 2.5.
Added file: http://bugs.python.org/file9234/sqlite3_docstrings_25.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Jaroslav Pachola added the comment:
Attaching a patch that fixes the docstrings for Python 2.6.
Added file: http://bugs.python.org/file9233/sqlite3_docstrings_26.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Jaroslav Pachola added the comment:
Attaching a patch that adds fetchXXX() description to the documentation
for Python 2.6.
--
nosy: +jarpa
versions: +Python 2.6
Added file: http://bugs.python.org/file9232/sqlite3_docs_26.diff
__
Tracker <[EM
Jaroslav Pachola added the comment:
The patch works fine for me.
--
nosy: +jarpa
severity: -> normal
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Jaroslav Pachola added the comment:
While zseil's patch for Python 2.5 works for me (on the current 2.5.1
download), svn version of Python 2.6 rejects the 2.6 patch. Attaching
fixed 2.6 patch (2 rejects, 1 fuzz fixed, patch works without complains
for me). I would be very glad if someone
15 matches
Mail list logo