[issue8910] Write a text file explaining why Lib/test/data exists

2010-12-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: All README files are automatically packages, and so is this one. -- status: open -> closed ___ Python tracker ___ _

[issue8910] Write a text file explaining why Lib/test/data exists

2010-12-05 Thread Éric Araujo
Éric Araujo added the comment: Temporarily reopening so that Martin can decide whether he wants to add Lib/test/data/README to msi.py -- status: closed -> open ___ Python tracker __

[issue8910] Write a text file explaining why Lib/test/data exists

2010-11-06 Thread Éric Araujo
Éric Araujo added the comment: By the way, is this file picked up by Tools/msi/msi.py? -- nosy: +loewis versions: -Python 2.6, Python 2.7, Python 3.1 ___ Python tracker ___

[issue8910] Write a text file explaining why Lib/test/data exists

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Added in r83362. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8910] Write a text file explaining why Lib/test/data exists

2010-07-31 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8910] Write a text file explaining why Lib/test/data exists

2010-07-17 Thread Éric Araujo
Éric Araujo added the comment: Adding people listed for the testing interest area in the maintainers file. -- nosy: +giampaolo.rodola, michael.foord, pitrou ___ Python tracker __

[issue8910] Write a text file explaining why Lib/test/data exists

2010-07-04 Thread Éric Araujo
Éric Araujo added the comment: Benjamin, is it too late? -- nosy: +benjamin.peterson versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___

[issue8910] Write a text file explaining why Lib/test/data exists

2010-06-07 Thread Éric Araujo
Éric Araujo added the comment: Attaching a proposal. I think the component is a grey area between tests and documentation, so I’d be for including this file in all four branches. -- keywords: +needs review, patch nosy: +d...@python, merwok Added file: http://bugs.python.org/file17581/

[issue8910] Write a text file explaining why Lib/test/data exists

2010-06-05 Thread Brett Cannon
New submission from Brett Cannon : The directory is empty by default as that's where some temporary files are put during testing. Should have a text file in there explaining this fact. -- components: Tests keywords: easy messages: 107176 nosy: brett.cannon priority: low severity: normal