(original) (raw)

I just wanted to start contributing to open-source; that is all. I was going to ask for guidance after I completed the initial steps( search for beginner friendly bugs) and get a general idea of the code. How do I go about doing this?

Regards,
Pranav

On Sun, May 14, 2017 at 9:42 PM, Guido van Rossum <guido@python.org> wrote:
What is it that you wanted to contribute? Unless it affects regular expressions you probably needn't worry about that one test. (If you do, run the test by itself in verbose mode so you can debug why it is failing.)

On Sun, May 14, 2017 at 8:04 AM, Pranav Deshpande <deshpande.v.pranav@gmail.com> wrote:
Hello, everyone. I wanted to contribute to Python so I began by following the steps given here: https://docs.python.org/devguide/

WHile executing
./python -m test -j3

I encountered the following error:
383 tests OK.

1 test failed:
test\_re

21 tests skipped:
test\_curses test\_dbm\_gnu test\_dbm\_ndbm test\_devpoll test\_kqueue
test\_msilib test\_ossaudiodev test\_smtpnet test\_socketserver
test\_startfile test\_timeout test\_tix test\_tk test\_ttk\_guionly
test\_urllib2net test\_urllibnet test\_winconsoleio test\_winreg
test\_winsound test\_xmlrpc\_net test\_zipfile64

Total duration: 24 min 25 sec
Tests result: FAILURE

How do I resolve this?
Regards,
Pranav.



\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org




--
--Guido van Rossum (python.org/\~guido)