@@ -478,46 +478,46 @@ request.
478
478
request to be ``POST `` rather than ``GET ``. Deprecated in 3.3, use
479
479
:attr: `Request.data `.
480
480
481
- .. deprecated :: 3.3
481
+ .. deprecated-removed :: 3.3 3.4
482
482
483
483
484
484
.. method :: Request.has_data()
485
485
486
486
Return whether the instance has a non-\ ``None `` data. Deprecated in 3.3,
487
487
use :attr: `Request.data `.
488
488
489
- .. deprecated :: 3.3
489
+ .. deprecated-removed :: 3.3 3.4
490
490
491
491
492
492
.. method :: Request.get_data()
493
493
494
494
Return the instance's data. Deprecated in 3.3, use :attr: `Request.data `.
495
495
496
- .. deprecated :: 3.3
496
+ .. deprecated-removed :: 3.3 3.4
497
497
498
498
499
499
.. method :: Request.get_type()
500
500
501
501
Return the type of the URL --- also known as the scheme. Deprecated in 3.3,
502
502
use :attr: `Request.type `.
503
503
504
- .. deprecated :: 3.3
504
+ .. deprecated-removed :: 3.3 3.4
505
505
506
506
507
507
.. method :: Request.get_host()
508
508
509
509
Return the host to which a connection will be made. Deprecated in 3.3, use
510
510
:attr: `Request.host `.
511
511
512
- .. deprecated :: 3.3
512
+ .. deprecated-removed :: 3.3 3.4
513
513
514
514
515
515
.. method :: Request.get_selector()
516
516
517
517
Return the selector --- the part of the URL that is sent to the server.
518
518
Deprecated in 3.3, use :attr: `Request.selector `.
519
519
520
- .. deprecated :: 3.3
520
+ .. deprecated-removed :: 3.3 3.4
521
521
522
522
.. method :: Request.get_header(header_name, default=None)
523
523
@@ -538,7 +538,7 @@ request.
538
538
:rfc: `2965 `. See the documentation for the :class: `Request ` constructor.
539
539
Deprecated in 3.3, use :attr: `Request.origin_req_host `.
540
540
541
- .. deprecated :: 3.3
541
+ .. deprecated-removed :: 3.3 3.4
542
542
543
543
544
544
.. method :: Request.is_unverifiable()
@@ -547,7 +547,7 @@ request.
547
547
documentation for the :class: `Request ` constructor. Deprecated in 3.3, use
548
548
:attr: `Request.unverifiable `.
549
549
550
- .. deprecated :: 3.3
550
+ .. deprecated-removed :: 3.3 3.4
551
551
552
552
553
553
.. _opener-director-objects :
0 commit comments