<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/cascade.py, branch 3.5.2</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>add six to check for python 2 or 3 specific implementation (#48)</title>
<updated>2020-01-28T15:53:26+00:00</updated>
<author>
<name>Thomas Cross</name>
<email>tcross@csgactuarial.com</email>
</author>
<published>2020-01-28T15:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b9d39dc9ff6c6d70b00bc2b764fb4fc6b38eb239'/>
<id>b9d39dc9ff6c6d70b00bc2b764fb4fc6b38eb239</id>
<content type='text'>
* StringIO imports differently in python 3 - use six for compatibility

* Paste requires bytes like objects.  in python 2 cStringIO works fine, but in python three it needs to use io.BytesIO

* simplify imports and logic by using six.BytesIO exclusively for parsing body content
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* StringIO imports differently in python 3 - use six for compatibility

* Paste requires bytes like objects.  in python 2 cStringIO works fine, but in python three it needs to use io.BytesIO

* simplify imports and logic by using six.BytesIO exclusively for parsing body content
</pre>
</div>
</content>
</entry>
<entry>
<title>StringIO imports differently in python 3 - use six for compatibility (#46)</title>
<updated>2020-01-26T15:29:54+00:00</updated>
<author>
<name>Thomas Cross</name>
<email>tom.bz2@gmail.com</email>
</author>
<published>2020-01-26T15:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=221d33c102b83abc4657e9aafb135844d5215bdb'/>
<id>221d33c102b83abc4657e9aafb135844d5215bdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise StopIteration from generator, return instead</title>
<updated>2018-06-08T16:49:42+00:00</updated>
<author>
<name>Miro Hron?ok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-06-08T16:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4'/>
<id>bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4</id>
<content type='text'>
See https://www.python.org/dev/peps/pep-0479/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://www.python.org/dev/peps/pep-0479/
</pre>
</div>
</content>
</entry>
</feed>
