[issue37575] Python Documentation on strings ( section 3.1.2.)

2019-07-12 Thread Srikanth
New submission from Srikanth : In section 3.1.2 of the python documentation, its mentioned as below: Two or more string literals (i.e. the ones enclosed between quotes) next to each other are automatically concatenated. This feature is particularly useful when you want to break long strings

[issue34965] Python on Docker container using flask is going down after sometime

2018-10-12 Thread Srikanth
Srikanth added the comment: @Windson Yang The container is neither crashing nor responding for requests. Is there a way I can pull any dumps or tracelog, so I can gather and give it to you -- ___ Python tracker <https://bugs.python.org/issue34

[issue34965] Python on Docker container using flask is going down after sometime

2018-10-12 Thread Srikanth
Srikanth added the comment: @anton.barkovsky Thank you so much for quick response. I am not pretty sure, but below are the findings so far. The same docker container is used by 30+ applications. All applications are working fine until last week and all of a sudden all apps are going down

[issue34965] Python on Docker container using flask is going down after sometime

2018-10-12 Thread Srikanth
New submission from Srikanth : We are have created Python 3.5 image on docker container. All applications which are running on non-flask are working fine, but applications which are running on flask 0.12.2 are failing after prolonged usage of the application (Approx after 12 hours). Note: We

[issue28956] return list of modes for a multimodal distribution instead of raising a StatisticsError

2018-02-18 Thread Srikanth Anantharam
Srikanth Anantharam added the comment: Please review the new PR with tests. I'll update the documentation if the PR is acceptable. -- title: return minimum of modes for a multimodal distribution instead of raising a StatisticsError -> return list of modes for a multimodal dist

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2018-02-18 Thread Srikanth Anantharam
Change by Srikanth Anantharam : -- keywords: +patch pull_requests: +5512 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue28956> ___ _

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2016-12-13 Thread Srikanth Anantharam
Srikanth Anantharam added the comment: @steven: data = [1, 2, 3, 4, 4, 4, 5, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9] is clearly unimodal with mode 8 data would have been bimodal if 4 repeated exactly the same (7) number of times as 8, like this: data = [1, 2, 3, 4, 4, 4, 4, 4, 4, 4, 5, 6, 7, 7, 8

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2016-12-13 Thread Srikanth Anantharam
Srikanth Anantharam added the comment: Please see the updated pull request PR 50, with the changes. Thanks & Regards Srikanth Anantharam +91 7204 350429 https://sria91.github.io/ Sent from Android On 13-Dec-2016 3:26 PM, "Srikanth Anantharam" wrote: > > Changes by

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2016-12-13 Thread Srikanth Anantharam
Changes by Srikanth Anantharam : -- pull_requests: +4 ___ Python tracker <http://bugs.python.org/issue28956> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2016-12-13 Thread Srikanth Anantharam
Srikanth Anantharam added the comment: A better choice would be to return a tuple of values (sliced from the table). And let the user decide which one to use. Hope that's justifiable... Thanks & Regards Srikanth Anantharam +91 7204 350429 https://sria91.github.io/ Sent from Android

[issue28956] return minimum of modes for a multimodal distribution instead of raising a StatisticsError

2016-12-12 Thread Srikanth Anantharam
New submission from Srikanth Anantharam: return minimum of modes for a multimodal distribution instead of raising a StatisticsError -- components: Library (Lib) messages: 283071 nosy: Srikanth Anantharam priority: normal pull_requests: 3 severity: normal status: open title: return

[issue25882] argparse help error: arguments created by add_mutually_exclusive_group() are shown outside their parent group created by add_argument_group()

2016-02-10 Thread Srikanth Viswanathan
Changes by Srikanth Viswanathan : -- nosy: +srikanth ___ Python tracker <http://bugs.python.org/issue25882> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11492] email.header.Header doesn't fold headers correctly

2012-01-02 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker <http://bugs.python.org/issue11492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1372770] email.Header should preserve original FWS

2012-01-02 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker <http://bugs.python.org/issue1372770> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue968430] error flattening complex smime signed message

2011-07-14 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker <http://bugs.python.org/issue968430> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1670765] email.Generator: no header wrapping for multipart/signed

2011-07-14 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker <http://bugs.python.org/issue1670765> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6942] email.generator.Generator memory consumption

2011-07-14 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker <http://bugs.python.org/issue6942> ___ ___ Python-bugs-list mailing list Unsubscribe: