Re: [Python-Dev] Issue #21071: change struct.Struct.format type from bytes to str

2017-06-15 Thread Serhiy Storchaka
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 accep

Re: [Python-Dev] Inquiry on Buildbot

2017-06-15 Thread Craig Rodrigues
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

[Python-Dev] Inquiry on Buildbot

2017-06-15 Thread Blaine Corwyn Aboy
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 bu