[issue38606] Function to count total number of common divisors of two numbers

2019-10-28 Thread ishan gambhir


Change by ishan gambhir :


Added file: https://bugs.python.org/file48683/cd_count.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-28 Thread ishan gambhir


Change by ishan gambhir :


Removed file: https://bugs.python.org/file48682/cd_count.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-28 Thread ishan gambhir


ishan gambhir  added the comment:

Sorry For it now it is corrected.

--
Added file: https://bugs.python.org/file48682/cd_count.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-28 Thread ishan gambhir


Change by ishan gambhir :


Removed file: https://bugs.python.org/file48680/cd_count.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread Steven D'Aprano


Steven D'Aprano  added the comment:

Also, next time I suggest that you try running the code at least once before 
submitting it, as your code contains a syntax error that prevents it from 
running.

--
nosy: +steven.daprano

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread ishan gambhir


Change by ishan gambhir :


--
components: +Library (Lib)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread ishan gambhir


Change by ishan gambhir :


--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread ishan gambhir


ishan gambhir  added the comment:

no issue I will consider your worthy sugestion

--
resolution: rejected -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread Mark Dickinson


Mark Dickinson  added the comment:

Sorry, but I'm rejecting this: I don't think this is likely to have value to a 
range of users, and it's not a basic building block - as such, it doesn't 
really fit with the current design and intended usage of the math module.

You might consider publishing your code and recipes in a PyPI package: if that 
package gets a lot of users, that could be motivation to consider adding its 
functionality to core Python.

--
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread ishan gambhir


Change by ishan gambhir :


--
components:  -2to3 (2.x to 3.x conversion tool)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread ishan gambhir


New submission from ishan gambhir :

The function given in attached file can be added in math module

--
components: 2to3 (2.x to 3.x conversion tool)
messages: 355490
nosy: ishan gambhir
priority: normal
severity: normal
status: open
title: Function to count total number of common divisors of two numbers
type: enhancement
Added file: https://bugs.python.org/file48680/cd_count.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38606] Function to count total number of common divisors of two numbers

2019-10-27 Thread Mark Dickinson


Mark Dickinson  added the comment:

Thank you for the suggestion. I don't think this fits that well with the view 
of the math module as a set of basic building blocks: this is quite a 
specialist function that wouldn't come up often in applications.

--
nosy: +mark.dickinson

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com