Martin v. Löwis <mar...@v.loewis.de> added the comment:

So what do you propose should roundup do here? I propose that the current 
behavior is actually "correct", and that mismatches with user expectations 
should be dealt with by education.

For the patch generation to work in the expected manner, you could create one 
additional branch:

- default -> pep380pure -> pep380full
- default -> get_opinfo -> pep380full

You then submit the pep380pure branch for review, and pep380full for testing.

Alternatively, you could just do your pep380 changes on the default branch of a 
dedicated pep-380 clone; the patch generation can very well compare a clone's 
default branch with cpython's default branch.

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue428>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to