Paul Tiplady

Results 3 issues of Paul Tiplady

When running tests using the mutiprocessing module, and printing to stdout/stderr, the output from different subprocesses is interleaved, making it hard to determine what's going on. For nose2 internal logs,...

bug
backlog
plugin-mp

Version 0.2 (uploaded on Aug 2014) doesn't have the fix `9029d3a - According to the NACHA spec, Addenda Sequence Number (position 84-87) should always start with '1'`. That happened to...

In Python3, the input data is a byte array, which is not a valid input for the csv.reader class. Add a wrapper generator to the preprocess_stream() function to decode the...