Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 344)

Ticket Resolution Summary Owner Reporter
#191 invalid python subprocess.Popen() Silvan Scherrer
Description

for some reason subprocess.Popen() or also subprocess.check_output() don't bring the stdout back. I attached a small testcase in here.

#248 fixed python spec Silvan Scherrer
Description

we need to add

Requires: python-rpm-macros
Requires: python2-rpm-macros

to the python-devel rpm, as else a lot newer python rpm will not be buidable out of the box. As those need the macros installed.

We should also move

%{pylibdir}/unittest

from python-test to python-libs like in the current fedora package. As it makes absolute no sense to install the big -test rpm just for the unittest

#326 fixed python interactive help does not do CR/NL line endings. Steven Levine
Description

The python interactive mode help facility do not generate CR/NL line endings.

To reproduce, start with

python -i

From the python command line, enter

help('base64')

to request base64 module help.

The output will be paged, but with NL line endings rather than CR/NL line endings.

Note: See TracQuery for help on using queries.