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
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
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
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
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
Change by Srikanth Anantharam :
--
keywords: +patch
pull_requests: +5512
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue28956>
___
_
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
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
Changes by Srikanth Anantharam :
--
pull_requests: +4
___
Python tracker
<http://bugs.python.org/issue28956>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Srikanth Viswanathan :
--
nosy: +srikanth
___
Python tracker
<http://bugs.python.org/issue25882>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Srikanth S :
--
nosy: +srikanths
___
Python tracker
<http://bugs.python.org/issue11492>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Srikanth S :
--
nosy: +srikanths
___
Python tracker
<http://bugs.python.org/issue1372770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Srikanth S :
--
nosy: +srikanths
___
Python tracker
<http://bugs.python.org/issue968430>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Srikanth S :
--
nosy: +srikanths
___
Python tracker
<http://bugs.python.org/issue1670765>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Srikanth S :
--
nosy: +srikanths
___
Python tracker
<http://bugs.python.org/issue6942>
___
___
Python-bugs-list mailing list
Unsubscribe:
17 matches
Mail list logo