Poll: Most Americans&n…
Most Americans support tough new
measures to counter gun violence, including banning assault weapons
and posting armed guards at every school, according to
a new Washington Post-ABC News
poll.
More than half of Americans — 52
percent in the poll — say the shooting at an elementary
school in Newtown, Conn., has made them more
supportive of gun control; just 5 percent say they are now less apt
to back tighter restrictions. Most also are at least somewhat
worried about a mass shooting in their own community, with concern
jumping to 65 percent among those with school-age
children at home.
The findings, which also show broad
bipartisan support for mandatory background checks to purchase
firearms at gun shows, came as President Obama said Monday that he
will lay out specific White House
proposals on gun-control legislation and
executive actions this week.
Obama has pledged to champion broad new reforms in the wake of the
mass shooting that killed 26, including 20 children, at Sandy Hook
Elementary School in Newtown last month. He is scheduled to receive
a list of proposals Tuesday from Vice President Biden, who
is leading a task force on gun
violence.
But most congressional Republicans and some Democrats oppose
restrictive new measures, such as an assault-weapons ban.
Administration aides have said that the president is likely to call
for renewing the ban on the most powerful rifles, even in the face
of heavy opposition from the National Rifle Association. In
the poll, 58 percent of Americans support the ban, which expired in
2004 after 10 years; 39 percent oppose it.
“My starting point is not to worry about the politics but to focus
on what makes sense and what works,” Obama said at a news
conference Monday. “What should we be doing to make sure our
children are safe and reduce incidents of gun violence? We can do
it in a way that comports with the Second Amendment.”
The president declined to be specific when asked what recourse he
would have if lawmakers rejected the ban, saying that “members of
Congress must have a debate and examine their own conscience.”
A question of priorities
While the poll showed cross-party support for some potential
policies, there was a sharp divide on others, and particularly over
how much emphasis the administration and Congress should place on
addressing gun issues.
Democrats and Republicans both see the economy as the clear top
priority for federal action, but while most Democrats also rank gun
control as a high priority, few Republicans or independents agree.
Most Republicans say stricter gun laws should be lower on the list
or not a priority at all.
New York City Mayor Michael R. Bloomberg (I) on Mondaycalled on Obama and
Congressto enact strict new-gun control
measures in the wake of Newtown. And Maryland Gov. Martin O’Malley
(D) unveiled plans for an assault-rifle ban and tougher gun
licensing requirements in his state.
Recent polls have shown broadly positive sentiment for the NRA, but
the new survey reveals a far more mixed verdict on its leadership.
Some 36 percent of Americans express favorable views of the group’s
leaders, while 44 percent say they have unfavorable impressions. A
sizable share, 20 percent, say they have no opinion.
版权声明:本文为博主原创文章,未经博主允许不得转载。
Poll: Most Americans&n…的更多相关文章
- select、poll、epoll之间的区别总结
select.poll.epoll之间的区别总结 05/05. 2014 select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪 ...
- (转载) Linux IO模式及 select、poll、epoll详解
注:本文是对众多博客的学习和总结,可能存在理解错误.请带着怀疑的眼光,同时如果有错误希望能指出. 同步IO和异步IO,阻塞IO和非阻塞IO分别是什么,到底有什么区别?不同的人在不同的上下文下给出的答案 ...
- linux下select/poll/epoll机制的比较
select.poll.epoll简介 epoll跟select都能提供多路I/O复用的解决方案.在现在的Linux内核里有都能够支持,其中epoll是Linux所特有,而select则应该是POSI ...
- select,epoll,poll比较
介绍和比较 http://www.cnblogs.com/maociping/p/5132583.html 比较 http://www.dataguru.cn/thread-336032-1-1.ht ...
- linux poll函数
poll函数与select函数差不多 函数原型: #include <poll.h> int poll(struct pollfd fd[], nfds_t nfds, int timeo ...
- poll机制
使用POLL机制代替linux输入子系统(input subsystem)之按键输入和LED控制中的异步通知,实现同样的效果. 1.代码 只简单修改input_subsys_test.c, input ...
- select、poll、epoll之间的区别总结[整理]
select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪(一般是读就绪或者写就绪),能够通知程序进行相应的读写操作.但select ...
- IO多路复用之poll总结
1.基本知识 poll的机制与select类似,与select在本质上没有多大差别,管理多个描述符也是进行轮询,根据描述符的状态进行处理,但是poll没有最大文件描述符数量的限制.poll和selec ...
- select、poll、epoll区别总结
1 本质上都是同步I/O 三者都是I/O复用,本质上都属于同步I/O.因为三者只是负责通知应用程序什么时候数据准备好了,实际的I/O操作还是在由应用程序处理:如果是异步I/O的话,实际I/O由内核处理 ...
随机推荐
- Hadoop实战-Flume之Sink Failover(十六)
a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type ...
- 洛谷2483 k短路([SDOI2010]魔法猪学院)
题目请戳这里 一句话题意: 给你一张n个节点,m条单向边的图,求1到n第k短的路. emmm,纪念第一个黑题(我是真的菜啊!!) 这题目还是很难的,本蒟蒻只会被洛谷卡掉的A(所以就愉快地特判了),首先 ...
- Android数据格式化
1.文件大小格式化: Log.d(TAG, Formatter.formatFileSize(this, 100)); //100 B Log.d(TAG, Formatter.formatFileS ...
- (1366, "Incorrect string value: '\\xF3\\xB0\\x84\\xBC</...' for column 'content' at row 1")
插数据库报错 (1366, "Incorrect string value: '\\xF3\\xB0\\x84\\xBC</...' for column 'content' at r ...
- C++ 构造函数+析构函数
3-2 构造函数的调用 Time Limit: 1000MS Memory limit: 65536K 题目描述 通过本题目的练习可以掌握构造函数和析构函数的调用: 创建类A:类中仅包含构造函数和析构 ...
- Zeppelin- Linux下安装Zeppelin
前期部署: 下载,解压,配置PATH环境(编辑/etc/profile文件,记得source一下该文件) zepplin配置参考文档:https://zeppelin.apache.org/docs/ ...
- HTML5响应式模版Mocha
HTML5响应式模版Mocha,经典,html5,蓝色,扁平,HTML5响应式模版Mocha是一款宽屏大气的HTML5网站展示模板. http://www.huiyi8.com/moban/
- 存储过程IF --ELSE IF -- END IF 使用
CREATE OR REPLACE PROCEDURE BJPJYXK_HF_SD( sqid_p IN VARCHAR2,--申请单ID xkbh_p IN VARCHAR2,--新生成的许可证编号 ...
- 常见css兼容问题
链接的虚线框问题 <!-- html --> <a class="noDashedBox" href="#"><img src=& ...
- AOP和IOC的作用(转)
AOP和IOC的作用 转载▼ IOC:控制反转,是一种设计模式.一层含义是控制权的转移:由传统的在程序中控制依赖转移到由容器来控制:第二层是依赖注入:将相互依赖的对象分离,在spring配置文 ...