<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-286/ppentchev/python/scripts/ch-1.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/'/>
<entry>
<title>Add Peter Pentchev's Python solutions to 286</title>
<updated>2024-09-11T18:32:24+00:00</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@ringlet.net</email>
</author>
<published>2024-09-10T20:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7b0cce752eca91696664c2bb0de3c5e0395f3fda'/>
<id>7b0cce752eca91696664c2bb0de3c5e0395f3fda</id>
<content type='text'>
Also fix a couple of things in the other files:
- make the TAP test functions accept an arrayref for the command to run
  instead of a single string, since we want to run the Python solution using
  `python3 -B -u /path/to/the/program`
- fix the use of Test::More::skip() in the Self Spammer test function
- fix a shadowed variable in the Order Game test function
- correct the indentation in the documentation's "Implementation details" section
- make the README file a copy of docs/index.md instead of a wrong copy of
  a completely different project's README file
- point blog.txt to the Ringlet copy of this challenge's documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a couple of things in the other files:
- make the TAP test functions accept an arrayref for the command to run
  instead of a single string, since we want to run the Python solution using
  `python3 -B -u /path/to/the/program`
- fix the use of Test::More::skip() in the Self Spammer test function
- fix a shadowed variable in the Order Game test function
- correct the indentation in the documentation's "Implementation details" section
- make the README file a copy of docs/index.md instead of a wrong copy of
  a completely different project's README file
- point blog.txt to the Ringlet copy of this challenge's documentation
</pre>
</div>
</content>
</entry>
</feed>
