Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2020-02-26 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+-
 Reporter:  Wil Tan|Owner:  Hasan Ramezani
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  master
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Ready for checkin
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by Mariusz Felisiak ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"bc1c03407649a37a8a3c26b8d0cb355ab2fc128e" bc1c0340]:
 {{{
 #!CommitTicketReference repository=""
 revision="bc1c03407649a37a8a3c26b8d0cb355ab2fc128e"
 Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny
 floats in scientific notation.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.d0b5a8b6f7e5c9922d4786a15db4d363%40djangoproject.com.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2020-02-26 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+-
 Reporter:  Wil Tan|Owner:  Hasan Ramezani
 Type:  Bug|   Status:  assigned
Component:  Utilities  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Ready for checkin
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by felixxm):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.966ad63d09dfaf7eb23aadf9aeb05ebd%40djangoproject.com.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2020-02-25 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+--
 Reporter:  Wil Tan|Owner:  Hasan Ramezani
 Type:  Bug|   Status:  assigned
Component:  Utilities  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Hasan Ramezani):

 * needs_better_patch:  1 => 0


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.b53c2694b2967b5d262f4c57c9578338%40djangoproject.com.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2020-02-25 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+--
 Reporter:  Wil Tan|Owner:  Hasan Ramezani
 Type:  Bug|   Status:  assigned
Component:  Utilities  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by felixxm):

 * needs_better_patch:  0 => 1
 * version:  1.11 => master


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.34066b3a6e0d4f21bb3a85902a9fa8d8%40djangoproject.com.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2020-02-23 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+--
 Reporter:  Wil Tan|Owner:  Hasan Ramezani
 Type:  Bug|   Status:  assigned
Component:  Utilities  |  Version:  1.11
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Hasan Ramezani):

 * owner:  nobody => Hasan Ramezani
 * needs_better_patch:  1 => 0
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.fe996ebcfbd3d8b188b75dc9105dd960%40djangoproject.com.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation

2017-06-29 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+
 Reporter:  Wil Tan|Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Utilities  |  Version:  1.11
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+

Comment (by Tim Graham ):

 In [changeset:"b94d99af5b6692476ad1722682eedbe076985654" b94d99af]:
 {{{
 #!CommitTicketReference repository=""
 revision="b94d99af5b6692476ad1722682eedbe076985654"
 Refs #28280 -- Added more tests for utils.numberformat.format().
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.539d5d3679672a78dbf968c6264c61a3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28280: numberformat.format() incorrectly formats large/tiny floats in scientific notation (was: numberformat.format does not handle scientific notation correctly)

2017-06-07 Thread Django
#28280: numberformat.format() incorrectly formats large/tiny floats in 
scientific
notation
---+
 Reporter:  Wil Tan|Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Utilities  |  Version:  1.11
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Tim Graham):

 * needs_better_patch:  0 => 1
 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/8612 PR] (with a few comments for
 improvement)

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.d263034f6b048f5c0ab011550417c4c8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.