What's the URL of the page containing the problem?
n/a
The checkin 1211 that changed the "execute" method in the
contrib/post-review to use subprocess instead of os.popen has the
unfortunate side effect of breaking post-review running on Win32 natively
with Python 2.4.2 and 2.5.1 (those I checked, presumably others) when
working with Perforce.
The difference is that the output generated from a command differs in line
endings, which is significant to the diff command in post-review. I finally
tracked this down and wrote a test script to generate files showing the
differences, which is attached (some changes will be needed to make that
test script work for you locally - provide a file easily printed out from
your local perforce instance).
I believe this is specific to python running on Win32 natively