What type of codec is the best to encode binary files what are upload to an app write in Python 3?<br /><br />On Oct 7, 2010 1:44pm, Tres Seaver &lt;tseaver@palladion.com&gt; wrote:<br />&gt; -----BEGIN PGP SIGNED MESSAGE-----<br />&gt; <br />&gt; Hash: SHA1<br />&gt; <br />&gt; <br />&gt; <br />&gt; On 10/07/2010 12:17 PM, hidura@gmail.com<br />&gt; <br />&gt; wrote:<br />&gt; <br />&gt; <br />&gt; <br />&gt; &gt; Hello list, i am develop an web app in Python 3 and i was faced the problem<br />&gt; <br />&gt; &gt; of the wsgi.input, at the first i follow all the manuals and always give me<br />&gt; <br />&gt; &gt; an error but after i create my own code, and with all the modest of the<br />&gt; <br />&gt; &gt; world i want to know how i can share with the python community when i<br />&gt; <br />&gt; &gt; finish the test?<br />&gt; <br />&gt; <br />&gt; <br />&gt; I suggest the following:<br />&gt; <br />&gt; <br />&gt; <br />&gt; - - Host the code&#39;s repository on the DVCS-friendly server of your choice<br />&gt; <br />&gt;   (bitbucket, github, launchpad).  You might even post the link to the<br />&gt; <br />&gt;   repository to this list before you are ready for a formal release:<br />&gt; <br />&gt;   some brave souls might try it out, and give you patches or comments.<br />&gt; <br />&gt; <br />&gt; <br />&gt; - - Manage your application libraries as a distitis project (e.g.,<br />&gt; <br />&gt;   installable via &#39;python setup.py install&#39;).<br />&gt; <br />&gt; <br />&gt; <br />&gt; - - Ideally, use either &#39;setuptools&#39; or &#39;distirbute&#39; extensions to<br />&gt; <br />&gt;   the distutils, which will make releasing the code to the Python<br />&gt; <br />&gt;   Package Index as easy as;  &#39;python setup.py sdist register upload&#39;.<br />&gt; <br />&gt; <br />&gt; <br />&gt; - - Announce your release(s) on this list.<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; Trse.<br />&gt; <br />&gt; - --<br />&gt; <br />&gt; ===================================================================<br />&gt; <br />&gt; Tres Seaver          +1 540-429-0999          tseaver@palladion.com<br />&gt; <br />&gt; Palladion Software   &quot;Excellence by Design&quot;    http://palladion.com<br />&gt; <br />&gt; -----BEGIN PGP SIGNATURE-----<br />&gt; <br />&gt; Version: GnuPG v1.4.10 (GNU/Linux)<br />&gt; <br />&gt; Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/<br />&gt; <br />&gt; <br />&gt; <br />&gt; iEYEARECAAYFAkyuBuUACgkQ+gerLs4ltQ43nwCfbNkVEhxbpJ3xKwmuosLaIUpg<br />&gt; <br />&gt; JxMAn2SfnXhoJuhZQEVikCz1FaAEKNXJ<br />&gt; <br />&gt; =ZNeA<br />&gt; <br />&gt; -----END PGP SIGNATURE-----<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Web-SIG mailing list<br />&gt; <br />&gt; Web-SIG@python.org<br />&gt; <br />&gt; Web SIG: http://www.python.org/sigs/web-sig<br />&gt; <br />&gt; Unsubscribe: http://mail.python.org/mailman/options/web-sig/hidura%40gmail.com<br />&gt;