[Python-Dev] Inquiry on Buildbot
Hello Ms/Mr Python People, I'm Corwyn Aboy and am a student of the University of the Philippines and currently working on a project to create a buildbot system on a Windows 10 machine and would like to ask for guidance in doing so. I've read the BuildbotOnWindows in your wiki.python.org website but have not yet tried it out. I would like to ask if the same steps would still apply to installing it on a Windows 10 machine. It would be really great to hear some feedback as soon as possible. Thank you for your time. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Inquiry on Buildbot
Corwyn, This mailing list is related to development on Python itself, and not really oriented to support questions for buildbot. For setting up buildbot under Windows 10, I recommend that you go to https://buildbot.net and read the documentation there for installing buildbot. If you need further help, that web site has pointers to buildbot-specific mailing lists. The wiki page you read for BuildbotOnWindows is very old and outdated, so it is not a good guide to follow. -- Craig On Thu, Jun 15, 2017 at 7:40 PM, Blaine Corwyn Aboy wrote: > Hello Ms/Mr Python People, > > I'm Corwyn Aboy and am a student of the University of the Philippines and > currently working on a project to create a buildbot system on a Windows 10 > machine and would like to ask for guidance in doing so. I've read the > BuildbotOnWindows in your wiki.python.org website but have not yet tried > it out. > > I would like to ask if the same steps would still apply to installing it > on a Windows 10 machine. It would be really great to hear some feedback as > soon as possible. > > Thank you for your time. > > ___ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > rodrigc%40freebsd.org > > ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Issue #21071: change struct.Struct.format type from bytes to str
27.03.17 15:12, Victor Stinner пише: I would like to change struct.Struct.format type from bytes to str. I don't expect that anyone uses this attribute, and struct.Struct() constructor accepts both bytes and str. http://bugs.python.org/issue21071 It's just to be convenient: more functions accept str than bytes in Python 3. Example: print() (python3 -bb raises an exceptions if you pass bytes to print). Is anything opposed to breaking the backward compatibility? If nobody opposed to this change it will be made in short time. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
